[addon] bumps all debrid version
This commit is contained in:
@@ -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}]...`);
|
||||
|
||||
6
addon/package-lock.json
generated
6
addon/package-lock.json
generated
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user