mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-07-25 21:05:21 +00:00
fix: video player error with default quality (#3750)
This commit is contained in:
@ -664,7 +664,7 @@ export default {
|
||||
}
|
||||
});
|
||||
|
||||
player.selectVariantTrack(bestStream);
|
||||
player.selectVariantTrack(bestStream, true);
|
||||
}
|
||||
|
||||
this.video.subtitles.map(subtitle => {
|
||||
|
Reference in New Issue
Block a user