You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 13:52:00 +01:00
debug
This commit is contained in:
@@ -287,6 +287,7 @@
|
|||||||
}
|
}
|
||||||
if(currentIndex+1 === i && skipNext && putQueue.length === 0) {
|
if(currentIndex+1 === i && skipNext && putQueue.length === 0) {
|
||||||
li.style.textDecoration = "line-through";
|
li.style.textDecoration = "line-through";
|
||||||
|
console.log(i, currentIndex, li.textContent)
|
||||||
}
|
}
|
||||||
ul.appendChild(li);
|
ul.appendChild(li);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user