From 6fc2d2c45f797e7b177f6c3fda7a829e90e6f70f Mon Sep 17 00:00:00 2001 From: wisecolt Date: Tue, 3 Feb 2026 16:53:15 +0300 Subject: [PATCH] =?UTF-8?q?feat(ui):=20music=20sayfas=C4=B1nda=20mini=20pl?= =?UTF-8?q?ayer'=C4=B1=20gizle=20=5F2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/App.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/App.svelte b/client/src/App.svelte index fec47f6..9dc2532 100644 --- a/client/src/App.svelte +++ b/client/src/App.svelte @@ -30,6 +30,7 @@ let wsCounts; let refreshTimer = null; const location = useLocation(); + $: isMusicRoute = ($location?.pathname || "").startsWith("/music"); const scheduleMediaRefresh = () => { if (refreshTimer) return; @@ -165,7 +166,7 @@ - {#if !($location?.pathname || "").startsWith("/music")} + {#if !isMusicRoute} {/if}