0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00
This commit is contained in:
2025-12-14 20:52:51 +01:00
parent 0318d3a5d1
commit fd3359fa5e

View File

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