mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-30 18:43:17 +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 => {
|
this.video.subtitles.map(subtitle => {
|
||||||
|
Loading…
Reference in New Issue
Block a user