fix: video player error with default quality (#3750)

This commit is contained in:
ac615223s5 2024-08-27 08:11:05 -04:00 committed by GitHub
parent dad59e0016
commit 733888b429
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -664,7 +664,7 @@ export default {
} }
}); });
player.selectVariantTrack(bestStream); player.selectVariantTrack(bestStream, true);
} }
this.video.subtitles.map(subtitle => { this.video.subtitles.map(subtitle => {