mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Revert un-intentional debug code.
This commit is contained in:
parent
f575e1dc8b
commit
86b96ae186
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue