Suggested for you

Out-of-library artists drawn from what you've liked and played.

{#if !query.isPending && suggestions.length === 0}

{snoozes.length === 0 ? 'Listen to something or like an artist to start getting suggestions.' : "Nothing new right now — the artists you've parked are below."}

{:else if suggestions.length > 0}
{#each suggestions.filter(visible) as s (s.mbid)} onRequest(s)} onSnooze={() => onSnooze(s)} onUnsnooze={() => onUnsnooze(s.mbid, s.name)} /> {/each}
{/if} {#if snoozes.length > 0}

Not right now

These come back on their own. Nothing here counts against your taste profile.

{/if}