[addon] bumps all debrid version

This commit is contained in:
TheBeastLT
2020-09-11 13:19:49 +02:00
parent 3b2e863dcd
commit 2ecda68c01
3 changed files with 4 additions and 5 deletions

View File

@@ -59,7 +59,6 @@ async function resolve({ apiKey, infoHash, cachedEntryInfo, fileIndex }) {
const torrentId = await _createOrFindTorrentId(RD, infoHash, cachedEntryInfo, fileIndex);
const torrent = await _getTorrentInfo(RD, torrentId);
if (torrent && statusReady(torrent.status)) {
console.log(`Trying to unrestrict torrent ${infoHash} [${fileIndex}]`)
return _unrestrictLink(RD, torrent, fileIndex);
} else if (torrent && statusDownloading(torrent.status)) {
console.log(`Downloading to RealDebrid ${infoHash} [${fileIndex}]...`);

View File

@@ -113,9 +113,9 @@
}
},
"all-debrid-api": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/all-debrid-api/-/all-debrid-api-1.0.1.tgz",
"integrity": "sha512-Bj+Sc56V++tJpezDsyzp6ZlLNIfbFmngGGaNxqSGqUuaN3v9Ylbp/W+yD8K1IHMZwciWn1a0HYQxgHB1XvjkNQ==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/all-debrid-api/-/all-debrid-api-1.1.0.tgz",
"integrity": "sha512-p6Z8M9UBGkEZK2/qJ2YHBPDyDGW1CEZQ+GCp8IQb4UlC/9GIUgeRPjh2ohoAIBPn3gs6hPvZ8wIVS04lJ3SuHA==",
"requires": {
"request": "^2.83.0"
}

View File

@@ -9,7 +9,7 @@
"license": "MIT",
"dependencies": {
"@putdotio/api-client": "^7.10.1",
"all-debrid-api": "^1.0.1",
"all-debrid-api": "^1.1.0",
"bottleneck": "^2.19.5",
"cache-manager": "^2.11.1",
"cache-manager-mongodb": "^0.2.2",