mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-02-27 16:50:59 +01:00
feat(core): torrents global search at home
This commit is contained in:
@@ -41,9 +41,6 @@ exports.list = function (req, res) {
|
||||
condition.vipOnly = false;
|
||||
}
|
||||
|
||||
console.log('------------------------condition------------------------');
|
||||
console.log(condition);
|
||||
|
||||
var findForumsList = function (callback) {
|
||||
Forum.find(condition)
|
||||
.sort('category order -createdat')
|
||||
|
||||
Reference in New Issue
Block a user