Allow DASH formats for livestream replays (#2208)

This commit is contained in:
absidue 2022-04-24 04:02:26 +02:00 committed by GitHub
parent 2c131ae311
commit e10c12e55b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ export default Vue.extend({
}
}
if ((this.isLive || this.isLiveContent) && !this.isUpcoming) {
if ((this.isLive && this.isLiveContent) && !this.isUpcoming) {
this.enableLegacyFormat()
this.videoSourceList = result.formats.filter((format) => {