0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00
This commit is contained in:
2025-12-14 12:03:52 +01:00
parent 085c98cc60
commit 63453f9d0a

View File

@@ -287,6 +287,7 @@
}
if(currentIndex+1 === i && skipNext && putQueue.length === 0) {
li.style.textDecoration = "line-through";
console.log(i, currentIndex, li.textContent)
}
ul.appendChild(li);
});