From 8aadf2943d3d46cf50e0bddc3328c390e8616e54 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sat, 27 Dec 2025 22:55:57 +0100 Subject: [PATCH] subdir box too --- modules/web.html | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/web.html b/modules/web.html index e1a93f8..25d5719 100644 --- a/modules/web.html +++ b/modules/web.html @@ -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;