Changes made while the server was unreachable — watch positions and watched flags — waiting to reach Jellyfin. They send themselves when the server comes back. This is not the download queue; downloaded media lives under Downloads.
{#if loading}Loading queued updates…
{:else if items.length === 0}Everything is synced.
{:else}{describeOperation(item.operation)}
{describeSubject(item)}
{#if item.errorMessage}{item.errorMessage}{item.retryCount > 0 ? ` (attempt ${item.retryCount})` : ""}
{/if}{error}
{/if}