From f99c471df3451f70ea60718a78df2cdf80878618 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 14 Dec 2025 21:00:04 +0100 Subject: [PATCH] save index --- modules/web.html | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/web.html b/modules/web.html index 310328d..9277846 100644 --- a/modules/web.html +++ b/modules/web.html @@ -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";