diff --git a/scraper/scrapers/1337x/1337x_scraper.js b/scraper/scrapers/1337x/1337x_scraper.js index a3a7f52..91f3036 100644 --- a/scraper/scrapers/1337x/1337x_scraper.js +++ b/scraper/scrapers/1337x/1337x_scraper.js @@ -60,8 +60,8 @@ async function processTorrentRecord(record) { console.warn(`Incorrect upload date for [${torrentFound.infoHash}] ${torrentFound.name}`); return; } - if (await getStoredTorrentEntry(record)) { - return updateTorrentSeeders(record); + if (await getStoredTorrentEntry(torrentFound)) { + return updateTorrentSeeders(torrentFound); } const torrent = {