mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-12-06 19:26:45 +01:00
fix: video player error with default quality (#3750)
Build and Lint / build (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Azure Static Web Apps CI/CD / Build and Deploy Job (push) Has been cancelled
Docker Multi-Architecture Build / build-docker-image (push) Has been cancelled
Build and Deploy / build (push) Has been cancelled
Build and Lint / build (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Azure Static Web Apps CI/CD / Build and Deploy Job (push) Has been cancelled
Docker Multi-Architecture Build / build-docker-image (push) Has been cancelled
Build and Deploy / build (push) Has been cancelled
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