{$currentLibrary?.name ?? "Movies"}

{#if view === "all"}
{:else if view === "genres"}
{:else if isLoading}
{:else}
{#if heroItems.length > 0} {/if} {#if continueWatching.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. Add some movies to your library to fill this page.

{/if}
{/if}