Skip to content

Commit

Permalink
Merge pull request #2050 from jellyfin/jf-2049-subtitle-on-but-not-sh…
Browse files Browse the repository at this point in the history
…owing
  • Loading branch information
cewert authored Nov 16, 2024
2 parents d3cf38a + ffac3fe commit 7927d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/video/VideoPlayerView.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7927d49

Please sign in to comment.