Overview

Pending requests
{pendingCount}
Quarantined tracks
{quarantineCount}
Lidarr
{lidarrConnected ? 'Connected' : 'Unset'}

Pending requests

{#if pendingCount > PREVIEW_LIMIT} View all {pendingCount} → {/if}
{#if requests.isPending}

Loading…

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

No pending requests.

{:else} {/if}

Quarantine

{#if quarantineCount > PREVIEW_LIMIT} View all {quarantineCount} → {/if}
{#if quarantine.isPending}

Loading…

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

No quarantined tracks.

{:else} {/if}
{#if toast} {/if}