mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[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}]...`);
|
||||
|
||||
Reference in New Issue
Block a user