Compare commits

..

No commits in common. "90a06d292644c299b6bc626fb72abb3c7564c712" and "c225df0bcd221ac70d7f7ab0f9898fb3cb56a6c6" have entirely different histories.

2 changed files with 2 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "real-debrid-downloader",
"version": "1.7.66",
"version": "1.7.65",
"description": "Desktop downloader",
"main": "build/main/main/main.js",
"author": "Sucukdeluxe",

View File

@ -7022,12 +7022,7 @@ export class DownloadManager extends EventEmitter {
item.totalBytes = null;
this.dropItemContribution(item.id);
}
this.queueRetry(
item,
active,
unrestrictDelayMs,
`Link-Umwandlung erneut, Versuch ${active.unrestrictRetries}/${retryDisplayLimit} (${Math.ceil(unrestrictDelayMs / 1000)}s)`
);
this.queueRetry(item, active, unrestrictDelayMs, `Unrestrict-Fehler, Retry ${active.unrestrictRetries}/${retryDisplayLimit} (${Math.ceil(unrestrictDelayMs / 1000)}s)`);
item.lastError = errorText;
this.persistSoon();
this.emitState();