mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-12-02 19:26:47 +00:00
Correct typo in variable name
This commit is contained in:
parent
f902ae753e
commit
2bc6c7923d
@ -2,7 +2,7 @@
|
||||
function selectSubtitleTrack(tracks, current = -1) as integer
|
||||
video = m.scene.focusedChild
|
||||
trackSelected = selectSubtitleTrackDialog(video.Subtitles, video.SelectedSubtitle)
|
||||
if trackSelected = invalid or tackSelected = -1 then ' back pressed in Dialog - no selection made
|
||||
if trackSelected = invalid or trackSelected = -1 then ' back pressed in Dialog - no selection made
|
||||
return -2
|
||||
else
|
||||
return trackSelected - 1
|
||||
|
Loading…
Reference in New Issue
Block a user