{#if isInitialized} {#if $isAuthenticated && !$isConnected}
You're offline. Some features may be limited. {#if $pendingSyncCount > 0} {$pendingSyncCount} pending sync{$pendingSyncCount !== 1 ? 's' : ''} {/if}
{/if}
{@render children()}
{#if $isAuthenticated && !$page.url.pathname.startsWith('/player/') && !$page.url.pathname.startsWith('/login')} {/if} {#if !$page.url.pathname.startsWith('/player/') && !$page.url.pathname.startsWith('/login')} {#if $isAndroid || !$page.url.pathname.startsWith('/library')} { // Navigate to player page when mini player is expanded if ($currentMedia) { goto(`/player/${$currentMedia.id}`); } }} onSleepTimerClick={() => showSleepTimerModal.set(true)} /> showSleepTimerModal.set(false)} /> {/if} {/if} {:else}
{/if}