From d631c149d2f1e5c905ad12c55830a77deb6694c2 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 14 Dec 2025 20:54:34 +0100 Subject: [PATCH] idx? --- modules/web.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web.html b/modules/web.html index 338d965..a0c37af 100644 --- a/modules/web.html +++ b/modules/web.html @@ -282,7 +282,7 @@ li.addEventListener("click", () => { selectPlaylistItem(i, li); }); const p = li.dataset.path; - console.log(currentTrackPath, p, currentTrackIndex) + console.log(currentTrackPath, p, currentTrackIndex, i) if(p && currentTrackPath.includes(p) && i === currentTrackIndex){ li.classList.add("current"); currentIndex = i;