You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-27 06:03:52 +01:00
subdir box too
This commit is contained in:
@@ -511,6 +511,7 @@
|
|||||||
|
|
||||||
Array.from(document.getElementById("playlist-ul").children).forEach(c => c.classList.remove("selected"));
|
Array.from(document.getElementById("playlist-ul").children).forEach(c => c.classList.remove("selected"));
|
||||||
Array.from(document.getElementById("dirs-box").children).forEach(c => c.classList.remove("selected"));
|
Array.from(document.getElementById("dirs-box").children).forEach(c => c.classList.remove("selected"));
|
||||||
|
Array.from(document.getElementById("subdir-box").children).forEach(c => c.classList.remove("selected"));
|
||||||
|
|
||||||
selectedPlaylistIndex = null;
|
selectedPlaylistIndex = null;
|
||||||
selectedSubFile = null;
|
selectedSubFile = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user