{#if isLoading}
{:else}
{$currentLibrary?.name ?? "TV Shows"}
goto("/library")} class="p-2 rounded-lg hover:bg-white/10 transition-colors text-gray-400 hover:text-white" title="Back to libraries" aria-label="Back to libraries" >
{#if heroItems.length > 0}
{/if} {#if continueWatching.length > 0}
{/if} {#if nextUp.length > 0}
{/if} {#if recentlyAdded.length > 0}
goto("/library/tv/shows")} /> {/if} {#each genreRows as row (row.id)}
goto(`/library/shows/genres`)} /> {/each} {#if !hasContent}
Nothing here yet. Start watching something to fill this page.
{/if}
Browse
{#each categories as category (category.id)}
goto(category.route)} class="group relative flex items-center gap-3 bg-[var(--color-surface)] hover:bg-white/10 rounded-xl p-4 text-left transition-colors" >
{category.name}
{category.description}
{/each}
{/if}