From 649e516aa30090665e9f10e89c1ccce378e36b96 Mon Sep 17 00:00:00 2001 From: Caleb Allen Date: Sat, 14 Mar 2026 12:42:15 -0400 Subject: [PATCH] fix(12-02): keep Add Library button visible during scan Add Library is now outside the scanning/not-scanning conditional so it's always accessible, even while a scan is in progress. --- frontend/src/components/config-page/config-page.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/config-page/config-page.ts b/frontend/src/components/config-page/config-page.ts index eb74e11..3d0ee1f 100644 --- a/frontend/src/components/config-page/config-page.ts +++ b/frontend/src/components/config-page/config-page.ts @@ -2280,6 +2280,12 @@ export class ConfigPage extends LitElement { description="Manage your music library folders. Select libraries to scan." >
+ ${this.scanning ? html` ${this.scanPaused @@ -2303,12 +2309,6 @@ export class ConfigPage extends LitElement { ` : html` -