Downloads

{#if queueItems.length === 0}

No downloads in queue

Add tracks, albums, or playlists from services to start downloading

{:else}
{#each queueItems as item (item.id)} {/each}
Title Artist Progress Source
{item.title} {item.artist} {#if item.status === 'downloading'}
{:else} {formatProgress(item)} {/if}
{item.source}
{/if}