diff --git a/modules/web.html b/modules/web.html index 9277846..1734c3c 100644 --- a/modules/web.html +++ b/modules/web.html @@ -288,7 +288,7 @@ currentIndex = i; } else if (i === currentTrackIndex) { li.classList.add("pointer"); - currentIndex = i; + currentIndex = i - 1; } if(currentIndex && (currentIndex+1 === i) && skipNext && (putQueue.length === 0)) { li.style.textDecoration = "line-through";