[scraper] removes adding failed idb entry to db

This commit is contained in:
TheBeastLT
2020-03-23 16:13:03 +01:00
parent fd3fd9c2fe
commit ed6f0969da

View File

@@ -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;
}