mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-08 13:42:27 +05:30
Fix captions
Captions should automatically show according to preferences.
This commit is contained in:
parent
6c73614a47
commit
7db6e43e3f
@ -673,7 +673,7 @@ if (player.share) player.share(shareOptions);
|
|||||||
// show the preferred caption by default
|
// show the preferred caption by default
|
||||||
if (player_data.preferred_caption_found) {
|
if (player_data.preferred_caption_found) {
|
||||||
player.ready(function () {
|
player.ready(function () {
|
||||||
player.textTracks()[1].mode = 'showing';
|
player.textTracks()[0].mode = 'showing';
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user