fix(extraction): repair missing archives before manual retry

Persist selected manual extraction repair requests, re-download only missing multipart members, and resume extraction after successful repairs across Stop, failures, and application restarts.

Allow complete archive sets and missing sets from the same package to progress together, preserve existing parts, and keep retry generations and run contexts isolated after failed repair downloads.

Expose direct child retries for persisted repair items and validate repair state through storage normalization and renderer deltas.
This commit is contained in:
Sucukdeluxe
2026-08-23 11:37:21 +02:00
parent 808c2a432c
commit e52957a983
10 changed files with 659 additions and 67 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "multi-debrid-downloader",
"version": "2.0.63",
"version": "2.0.64",
"description": "Desktop downloader",
"main": "build/main/main/main.js",
"author": "Sucukdeluxe",