mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-09 09:48:22 +00:00
fix: video player error with default quality (#3750)
This commit is contained in:
parent
dad59e0016
commit
733888b429
@ -664,7 +664,7 @@ export default {
|
||||
}
|
||||
});
|
||||
|
||||
player.selectVariantTrack(bestStream);
|
||||
player.selectVariantTrack(bestStream, true);
|
||||
}
|
||||
|
||||
this.video.subtitles.map(subtitle => {
|
||||
|
Loading…
Reference in New Issue
Block a user