Skip to content

Commit

Permalink
fix(feed): disabled fake torrents for desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Feb 5, 2018
1 parent 8d58a7f commit 101c1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/spider.js
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ function hideFakeTorrents()
if(config.indexer) {
spider.listen(config.spiderPort)
} else {
showFakeTorrents();
// showFakeTorrents();
}

if(config.cleanup && config.indexer)
Expand Down

0 comments on commit 101c1b6

Please sign in to comment.