{$currentLibrary?.name ?? "TV Shows"}

{#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}