save index

This commit is contained in:
2025-12-14 21:00:04 +01:00
parent d00dcb6544
commit f99c471df3
+1
View File
@@ -288,6 +288,7 @@
currentIndex = i;
} else if (i === currentTrackIndex) {
li.classList.add("pointer");
currentIndex = i;
}
if(currentIndex && (currentIndex+1 === i) && skipNext && (putQueue.length === 0)) {
li.style.textDecoration = "line-through";