Compare commits

..

No commits in common. "54e502b9af79678642d9e037613aa775c3821a33" and "3965d3e4947b293fd92442ecee9c9a3bdc442362" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1274,7 +1274,7 @@ class OneFichierClient {
"Content-Type": "application/json", "Content-Type": "application/json",
Authorization: `Bearer ${this.apiKey}` Authorization: `Bearer ${this.apiKey}`
}, },
body: JSON.stringify({ url: link, pretty: 1, cdn: 0 }), body: JSON.stringify({ url: link, pretty: 1 }),
signal: withTimeoutSignal(signal, API_TIMEOUT_MS) signal: withTimeoutSignal(signal, API_TIMEOUT_MS)
}); });