Update components/tvshows/TVListOptions.brs

Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com>
This commit is contained in:
Jimi 2023-05-28 21:00:01 -06:00 committed by GitHub
parent 75f23ee028
commit de9a4b34e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ sub optionsSet()
entry.streamId = view.streamId
entry.video_codec = view.video_codec
m.videoNames.push(view.Name)
if isValid(view.Selected) and view.Selected = true
if isValid(view.Selected) and view.Selected
selectedViewIndex = index
entry.selected = true
m.top.videoStreamId = view.streamId