From 1f944841a387e6baf43820aeed7f26ba39ba0d20 Mon Sep 17 00:00:00 2001 From: JohnBaumb <80135794+JohnBaumb@users.noreply.github.com> Date: Thu, 23 Apr 2026 11:24:20 -0700 Subject: [PATCH] fix: add missing closing brace in style.css that broke discover sync CSS --- webui/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webui/static/style.css b/webui/static/style.css index 98a93db1..b8f68419 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -59552,6 +59552,7 @@ body[data-artist-source="source"] #artist-detail-page #library-artist-enhance-bt #artist-detail-page .release-card.album-card .mb-card-icon:hover { opacity: 1; +} /* ── SoulSync Discover Sync Tab ───────────────────────────────────────── */