diff --git a/src/renderer/views/Watch/Watch.js b/src/renderer/views/Watch/Watch.js index b1b3e8873..309277174 100644 --- a/src/renderer/views/Watch/Watch.js +++ b/src/renderer/views/Watch/Watch.js @@ -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) => {