Advanced Recovery
Status: {status}
{#each ["unindexed", "rescue", "redundant", "lost"] as tab}
{/each}
{#if scanning && (!results[activeTab] || results[activeTab].length === 0)}
Scanning...
{:else}
| Video ID |
Filename / Path |
Size/Info |
Action |
{#each results[activeTab] || [] as item}
| {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}
|
{/each}
{#if !results[activeTab]?.length}
| No items found. |
{/if}
{/if}