You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 13:52:00 +01:00
thre
This commit is contained in:
@@ -264,6 +264,7 @@
|
||||
return;
|
||||
}
|
||||
Array.from(dirsBox.children).forEach(c=>c.classList.remove("selected"));
|
||||
Array.from(document.getElementById("playlist-ul").children).forEach(c => c.classList.remove("selected"));
|
||||
node.classList.add("selected"); selectedSubFile = f;
|
||||
});
|
||||
dirsBox.appendChild(node);
|
||||
@@ -438,7 +439,6 @@
|
||||
if (selectedSubFile && selectedDir) {
|
||||
fullPath = subbasePath.replace(/\/$/, '') + '/' + selectedSubFile;
|
||||
Array.from(document.getElementById("subdir-box").children).forEach(c => c.classList.remove("selected"));
|
||||
Array.from(document.getElementById("playlist-ul").children).forEach(c => c.classList.remove("selected"));
|
||||
selectedSubFile = null;
|
||||
}
|
||||
// Priority 2: selected main directory file
|
||||
|
||||
Reference in New Issue
Block a user