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; }