Add archive password fallback and release v1.1.28
Build and Release / build (push) Has been cancelled

This commit is contained in:
Sucukdeluxe
2026-02-27 12:38:42 +01:00
parent 88eb6dff5d
commit 741a0d67cc
6 changed files with 78 additions and 22 deletions
+2 -1
View File
@@ -1241,8 +1241,9 @@ export class DownloadManager extends EventEmitter {
removeSamples: this.settings.removeSamplesAfterExtract
});
if (result.failed > 0) {
const reason = compactErrorText(result.lastError || "Entpacken fehlgeschlagen");
for (const entry of completedItems) {
entry.fullStatus = "Entpack-Fehler";
entry.fullStatus = `Entpack-Fehler: ${reason}`;
entry.updatedAt = nowMs();
}
pkg.status = "failed";