Skip to content

Commit

Permalink
Subtitle should be on when a default one has been selected by the user.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimdogx committed Nov 15, 2024
1 parent d3cf38a commit ffac3fe
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 ffac3fe

Please sign in to comment.