subdir box too

This commit is contained in:
2025-12-27 22:55:57 +01:00
parent b29ae118c7
commit 8aadf2943d
+1
View File
@@ -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;