diff --git a/src/background/spider.js b/src/background/spider.js index 5e8e901..7d37ba3 100644 --- a/src/background/spider.js +++ b/src/background/spider.js @@ -951,7 +951,7 @@ function hideFakeTorrents() if(config.indexer) { spider.listen(config.spiderPort) } else { - showFakeTorrents(); +// showFakeTorrents(); } if(config.cleanup && config.indexer)