Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions components/video/VideoPlayerView.bs
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,6 @@ sub onVideoContentLoaded()

if subtitle.Index = videoContent[0].selectedSubtitle
selectedSubtitle = subtitle
exit for
end if
end for

Expand All @@ -826,9 +825,7 @@ sub onVideoContentLoaded()
end if
end if

if not (m.isTranscoded and burnInSubtitles)
m.top.selectedSubtitle = videoContent[0].selectedSubtitle
end if
m.top.selectedSubtitle = videoContent[0].selectedSubtitle

m.top.observeField("selectedSubtitle", "onSubtitleChange")

Expand Down