[scraper] fixes 1337x overwrite behaviour
This commit is contained in:
parent
9bbd7ba4b4
commit
ad7ce57c36
1 changed files with 4 additions and 0 deletions
|
|
@ -70,6 +70,10 @@ async function processTorrentRecord(record) {
|
|||
return;
|
||||
}
|
||||
|
||||
if (await checkAndUpdateTorrent(torrentFound)) {
|
||||
return torrentFound;
|
||||
}
|
||||
|
||||
const torrent = {
|
||||
infoHash: torrentFound.infoHash,
|
||||
provider: NAME,
|
||||
|
|
|
|||
Loading…
Reference in a new issue