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;