fix(feed): disabled fake torrents for desktop
This commit is contained in:
@ -951,7 +951,7 @@ function hideFakeTorrents()
|
||||
if(config.indexer) {
|
||||
spider.listen(config.spiderPort)
|
||||
} else {
|
||||
showFakeTorrents();
|
||||
// showFakeTorrents();
|
||||
}
|
||||
|
||||
if(config.cleanup && config.indexer)
|
||||
|
Reference in New Issue
Block a user