Skip to content

Commit

Permalink
fix: video player error with default quality (#3750)
Browse files Browse the repository at this point in the history
  • Loading branch information
ac615223s5 committed Aug 27, 2024
1 parent dad59e0 commit 733888b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VideoPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ export default {
}
});

player.selectVariantTrack(bestStream);
player.selectVariantTrack(bestStream, true);
}

this.video.subtitles.map(subtitle => {
Expand Down

0 comments on commit 733888b

Please sign in to comment.