Skip to content

Commit 6c5d1b2

Browse files
committed
captions and plyr: choose correct default track
1 parent 2897105 commit 6c5d1b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

youtube/watch.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,9 @@ def score_lang(lang):
258258
# set as on by default since settings indicate to set it as such even if it's not manual
259259
sources[-1]['on'] = True
260260

261+
if settings.video_player == 1: # Plyr
262+
sources[-1]['on'] = True
263+
261264
return sources
262265

263266

0 commit comments

Comments
 (0)