You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
also check len of put
This commit is contained in:
@@ -284,7 +284,7 @@
|
||||
li.classList.add("current");
|
||||
currentIndex = i;
|
||||
}
|
||||
if(currentIndex+1 === i && skipNext) {
|
||||
if(currentIndex+1 === i && skipNext && putQueue.length === 0) {
|
||||
li.style.textDecoration = "line-through";
|
||||
}
|
||||
ul.appendChild(li);
|
||||
|
||||
Reference in New Issue
Block a user