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