{#if showInlineLibraryContent}
{$currentLibrary?.name}
{#if isMusicLibrary}
{/if}
{:else}
Your Libraries
goto('/library/favorites')} class="p-2 rounded-lg hover:bg-white/10 transition-colors text-gray-400 hover:text-white" title="Favourites" aria-label="Favourites" >
goto('/settings')} class="p-2 rounded-lg hover:bg-white/10 transition-colors text-gray-400 hover:text-white" title="Settings" >
{#if $isLibraryLoading}
{#each Array(6) as _}
{/each}
{:else if visibleLibraries.length === 0}
No libraries found
{:else}
{#snippet tile(entry)} {#if entry.kind === "favorites"}
goto(entry.href)} > {#snippet icon()}
{/snippet}
{:else}
handleLibraryClick(entry.library)} /> {/if} {/snippet}
{/if}
{/if}