You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
debug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user