From 74def9f7638a7c5a2dfcdd00944c5fc973e9c6eb Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Mon, 5 Feb 2018 22:48:41 +0300 Subject: [PATCH] fix(feed): disabled fake torrents for desktop --- src/background/spider.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)