fix(feed): disabled fake torrents for desktop

This commit is contained in:
Alexey Kasyanchuk
2018-02-05 22:48:41 +03:00
parent 17aff1aca0
commit 74def9f763

View File

@ -951,7 +951,7 @@ function hideFakeTorrents()
if(config.indexer) { if(config.indexer) {
spider.listen(config.spiderPort) spider.listen(config.spiderPort)
} else { } else {
showFakeTorrents(); // showFakeTorrents();
} }
if(config.cleanup && config.indexer) if(config.cleanup && config.indexer)