Skip to content

Commit

Permalink
Force Roku to show our selected subtitles.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljunkie committed Jan 20, 2015
1 parent 7ee7741 commit 5c56822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Plex/source/VideoPlayer.brs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ Function videoPlayerCreateVideoPlayer()

if CheckMinimumVersion(rokuVersion, [4, 9]) AND videoItem.SubtitleUrl <> invalid AND RegRead("subtitle_behavior", "preferences", "override") = "override" then
player.ShowSubtitle(true)
videoItem.SubtitleConfig = { ShowSubtitle: 1 }
end if

' If we're playing the video from the server, add appropriate X-Plex
Expand Down

0 comments on commit 5c56822

Please sign in to comment.