Revert un-intentional debug code.

This commit is contained in:
FireMasterK 2021-08-30 21:18:08 +05:30
parent f575e1dc8b
commit 86b96ae186
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -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,