You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +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("dirs-box").children).forEach(c => c.classList.remove("selected"));
|
||||
Array.from(document.getElementById("subdir-box").children).forEach(c => c.classList.remove("selected"));
|
||||
|
||||
selectedPlaylistIndex = null;
|
||||
selectedSubFile = null;
|
||||
|
||||
Reference in New Issue
Block a user