fix(feed): disabled fake torrents for desktop
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user