From ed6f0969dadc7c395e304e41760fe46429c0e07c Mon Sep 17 00:00:00 2001 From: TheBeastLT Date: Mon, 23 Mar 2020 16:13:03 +0100 Subject: [PATCH] [scraper] removes adding failed idb entry to db --- scraper/lib/torrentEntries.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scraper/lib/torrentEntries.js b/scraper/lib/torrentEntries.js index 985150e..5e3079b 100644 --- a/scraper/lib/torrentEntries.js +++ b/scraper/lib/torrentEntries.js @@ -30,7 +30,6 @@ async function createTorrentEntry(torrent) { if (!torrent.imdbId && !torrent.kitsuId && !titleInfo.complete && typeof titleInfo.year !== 'string') { console.log(`imdbId or kitsuId not found: ${torrent.title}`); - repository.createFailedImdbTorrent(torrent); return; }