{#if entries.isEmpty()}

No releases found

Add artists to your collection to see their releases here

{#else}
{#for entry in entries}
{entry.title}
{entry.artistName}
{entry.title}
{#if entry.primaryType == 'Album'} Album {#else if entry.primaryType == 'Single'} Single {#else if entry.primaryType == 'EP'} EP {#else} {entry.primaryType} {/if} {#if entry.firstReleaseDate} {entry.firstReleaseDate} {/if}
{/for}
{/if}