You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 13:52:00 +01:00
save index
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user