diff --git a/src/components/Player.vue b/src/components/Player.vue index d932b3e5..8b5aad47 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -99,9 +99,9 @@ export default { var uri; - if (!this.video.livestream) { + if (this.video.livestream) { uri = this.video.hls; - } else if (this.video.livestream || (this.video.audioStreams.length > 0 && !lbry && MseSupport)) { + } else if (this.video.audioStreams.length > 0 && !lbry && MseSupport) { if (!this.video.dash) { const dash = require("@/utils/DashUtils.js").default.generate_dash_file_from_formats( streams,