Subtitle should be on when a default one has been selected by the user.

This commit is contained in:
Jimi 2024-11-15 15:17:05 -07:00
parent d3cf38a4f2
commit ffac3fe799

View File

@ -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