mirror of
https://github.com/TeamPiped/Piped
synced 2025-11-08 00:10:05 +01:00
Remove debug code.
This commit is contained in:
parent
128d39903d
commit
b1efd97c40
@ -379,8 +379,6 @@ export default {
|
|||||||
searchParams.set("index", this.index + 1);
|
searchParams.set("index", this.index + 1);
|
||||||
break;
|
break;
|
||||||
case "list":
|
case "list":
|
||||||
console.log(this.index);
|
|
||||||
console.log(this.playlist.relatedStreams.length);
|
|
||||||
if (this.index < this.playlist.relatedStreams.length)
|
if (this.index < this.playlist.relatedStreams.length)
|
||||||
searchParams.set("list", params.list);
|
searchParams.set("list", params.list);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user