mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[scraper] fixes 1337x overwrite behaviour
This commit is contained in:
@@ -70,6 +70,10 @@ async function processTorrentRecord(record) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (await checkAndUpdateTorrent(torrentFound)) {
|
||||||
|
return torrentFound;
|
||||||
|
}
|
||||||
|
|
||||||
const torrent = {
|
const torrent = {
|
||||||
infoHash: torrentFound.infoHash,
|
infoHash: torrentFound.infoHash,
|
||||||
provider: NAME,
|
provider: NAME,
|
||||||
|
|||||||
Reference in New Issue
Block a user