components/VideoPlayer:

This commit is contained in:
nieve 2024-08-05 20:01:33 -04:00
parent dad59e0016
commit 29ff0ddc06

View file

@ -664,7 +664,7 @@ export default {
} }
}); });
player.selectVariantTrack(bestStream); player.selectVariantTrack(bestStream,true);
} }
this.video.subtitles.map(subtitle => { this.video.subtitles.map(subtitle => {