From da3f89314b0097ca0e3b4d5ad0f6a951d8700816 Mon Sep 17 00:00:00 2001 From: BoulderBadgeDad Date: Sun, 14 Jun 2026 00:55:35 -0700 Subject: [PATCH] video settings (Library tab): hide music-only content on video side The Library tab is entirely music-specific today (file-org templates, music library paths, post-processing, conversion, listening stats), so hide all of it on the video side via one rule. Future video library settings (root folders, video naming) just need data-video-only to remain visible. Music side untouched. --- webui/static/video/video-side.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webui/static/video/video-side.css b/webui/static/video/video-side.css index 1a584826..ba90dad2 100644 --- a/webui/static/video/video-side.css +++ b/webui/static/video/video-side.css @@ -134,6 +134,12 @@ body[data-side="video"] #navidrome-folder-selector-container { body[data-side="video"] [data-music-only] { display: none !important; } +/* The whole Library tab is music-specific today (file-org templates, music + paths, post-processing, conversion, stats) — hide it all on the video side. + Future video library settings just need data-video-only to stay visible. */ +body[data-side="video"] [data-stg="library"]:not([data-video-only]) { + display: none !important; +} /* ── Dashboard header: match music, minus the sweep animation ──────────── */ /* The header reuses music's .dashboard-header markup/CSS for an identical look;