real-debrid-downloader/src
Sucukdeluxe 1bfde96e46 Self-requeue hybrid extraction to avoid missed archive sets
After a hybrid extraction round completes, set the requeue flag so the
do-while loop immediately checks for more ready archive sets. Previously,
if all items completed before the task started processing, the single
requeue flag was consumed and no new completions triggered re-extraction,
causing 25+ second gaps until the next download completion.

Also change runHybridExtraction return type from void to number
(extracted count) to enable conditional self-requeue only when archives
were actually extracted, preventing infinite requeue loops.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 04:37:03 +01:00
..
main Self-requeue hybrid extraction to avoid missed archive sets 2026-03-05 04:37:03 +01:00
preload Fix setPackagePriority type safety and add missing .catch() to IPC calls 2026-03-05 03:59:10 +01:00
renderer Make update changelog collapsible in confirm dialog 2026-03-05 04:12:47 +01:00
shared Add DDownload provider, post-processing status labels, and update changelog 2026-03-05 02:05:16 +01:00