mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-27 00:10:43 +00:00
Merge pull request #2050 from jellyfin/jf-2049-subtitle-on-but-not-showing
This commit is contained in:
commit
7927d49266
@ -466,8 +466,8 @@ sub onVideoContentLoaded()
|
||||
' If IsForced, make sure to remember the Roku global setting so we
|
||||
' can set it back when the video is done playing.
|
||||
m.originalClosedCaptionState = m.top.globalCaptionMode
|
||||
m.top.globalCaptionMode = "On"
|
||||
end if
|
||||
m.top.globalCaptionMode = "On"
|
||||
m.top.subtitleTrack = m.top.availableSubtitleTracks[availableSubtitleTrackIndex].TrackName
|
||||
end if
|
||||
end if
|
||||
|
Loading…
Reference in New Issue
Block a user