{$currentLibrary?.name ?? "TV Shows"}
{ library.setCurrentLibrary(null); navigateUp("/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 view === "all"}
{:else if view === "genres"}
{:else if isLoading}
{:else}
{#if heroItems.length > 0}
{/if} {#if continueWatching.length > 0}
{/if} {#if nextUp.length > 0}
{/if} {#if recentlyAdded.length > 0}
goto(libraryViewUrl(BASE_PATH, "all"))} /> {/if} {#each genreRows as row (row.id)}
goto(libraryViewUrl(BASE_PATH, "genres"))} /> {/each} {#if !hasContent}
Nothing here yet. Start watching something to fill this page.
{/if}
{/if}