Music
{#if heroItems.length > 0}
{/if}
{#if recentlyPlayed.length > 0}
{/if}
{#if playlists.length > 0}
goto("/library/music/playlists")}
/>
{/if}
{#if newlyAdded.length > 0}
goto("/library/music/albums")}
/>
{/if}
{#if rediscover.length > 0}
{/if}
{#each genreRows as row (row.id)}
goto("/library/music/genres")}
/>
{/each}
{#if !hasContent}
Nothing here yet. Start playing some music to fill this page.
{/if}
Browse
{#each categories as category (category.id)}
{/each}
{/if}