[scraper] fixes 1337x overwrite behaviour
This commit is contained in:
@@ -70,6 +70,10 @@ async function processTorrentRecord(record) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (await checkAndUpdateTorrent(torrentFound)) {
|
||||
return torrentFound;
|
||||
}
|
||||
|
||||
const torrent = {
|
||||
infoHash: torrentFound.infoHash,
|
||||
provider: NAME,
|
||||
|
||||
Reference in New Issue
Block a user