Advanced Recovery

Status: {status}
{#each ["unindexed", "rescue", "redundant", "lost"] as tab} {/each}
{#if scanning && (!results[activeTab] || results[activeTab].length === 0)}
Scanning...
{:else} {#each results[activeTab] || [] as item} {/each} {#if !results[activeTab]?.length} {/if}
Video ID Filename / Path Size/Info Action
{item.video_id} {item.filename || item.path} {item.size_mb ? item.size_mb + " MB" : item.ta_source || "-"} {#if activeTab === "unindexed"} {:else if activeTab === "redundant"} {:else if activeTab === "lost"} {:else} {/if}
No items found.
{/if}