mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-09 20:24:09 +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 => {
|
this.video.subtitles.map(subtitle => {
|
||||||
|
Reference in New Issue
Block a user