From fd3359fa5e922a73b544cb2e4400274f0705d2b3 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 14 Dec 2025 20:52:51 +0100 Subject: [PATCH] debug --- modules/web.html | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/web.html b/modules/web.html index 7557fd7..8628008 100644 --- a/modules/web.html +++ b/modules/web.html @@ -283,6 +283,7 @@ const p = li.dataset.path; if(p && currentTrackPath.includes(p) && i === currentTrackIndex){ + console.log(currentTrackPath, p, currentTrackIndex) li.classList.add("current"); currentIndex = i; }