Allow DASH formats for livestream replays (#2208)
This commit is contained in:
parent
2c131ae311
commit
e10c12e55b
|
@ -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.enableLegacyFormat()
|
||||||
|
|
||||||
this.videoSourceList = result.formats.filter((format) => {
|
this.videoSourceList = result.formats.filter((format) => {
|
||||||
|
|
Loading…
Reference in New Issue