[scraper] fixes seeders updating if provider not found

This commit is contained in:
TheBeastLT
2020-04-23 17:08:18 +02:00
parent 9ea3932af1
commit aa0bf8da44
4 changed files with 5 additions and 3 deletions

View File

@@ -4,7 +4,6 @@ const kickass = require('./kickass_api');
const { Type } = require('../../lib/types');
const repository = require('../../lib/repository');
const Promises = require('../../lib/promises');
const { updateCurrentSeeders } = require('../../lib/torrent');
const { createTorrentEntry, getStoredTorrentEntry, updateTorrentSeeders } = require('../../lib/torrentEntries');
const NAME = 'KickassTorrents';