[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}]...`);