Compare commits

..

No commits in common. "b02f37cda559dd49d8db87b4c2249421d26a50e8" and "8a64289924e95dcd6717589fe317930196986fc9" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -350,7 +350,8 @@ function isTemporaryUnrestrictError(errorText: string): boolean {
|| text.includes("bad gateway")
|| text.includes("gateway timeout")
|| text.includes("cloudflare")
|| text.includes("worker error");
|| text.includes("worker error")
|| text.includes("hosternotavailable");
}
function isFinishedStatus(status: DownloadStatus): boolean {