Downloads

Your offline library and active transfers

{#if view === "downloaded"} {:else} {#if $waitingForNetwork && transfers.length > 0}

Waiting for WiFi

Downloads are paused because “WiFi Only” is enabled and this device is on a metered or cellular connection. They'll resume automatically on an unmetered network.

{/if} {#if loading}

Loading transfers…

{:else if transfers.length === 0}

Nothing downloading

Browse your library and tap download to save media for offline.

{:else}
{#each transfers as download (download.id)} {/each}
{/if} {/if}