Release v1.6.18

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe
2026-03-04 17:31:20 +01:00
co-authored by Claude Opus 4.6
parent 10bae4f98b
commit a263e3eb2c
5 changed files with 17 additions and 18 deletions
+4 -7
View File
@@ -1408,10 +1408,8 @@ export class DownloadManager extends EventEmitter {
item.updatedAt = nowMs();
}
if (!this.session.running) {
this.runItemIds.delete(itemId);
this.runOutcomes.delete(itemId);
}
this.runItemIds.delete(itemId);
this.runOutcomes.delete(itemId);
this.retryAfterByItem.delete(itemId);
this.retryStateByItem.delete(itemId);
@@ -1425,9 +1423,7 @@ export class DownloadManager extends EventEmitter {
this.packagePostProcessTasks.delete(packageId);
this.hybridExtractRequeue.delete(packageId);
if (!this.session.running) {
this.runPackageIds.delete(packageId);
}
this.runPackageIds.delete(packageId);
this.runCompletedPackages.delete(packageId);
const items = pkg.itemIds
@@ -2629,6 +2625,7 @@ export class DownloadManager extends EventEmitter {
item.fullStatus = "Übersprungen";
item.speedBps = 0;
item.updatedAt = nowMs();
this.recordRunOutcome(itemId, "cancelled");
}
this.persistSoon();
this.emitState();