mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Remove nfo and comments options from search function (searching for releases that are commented or have nfo)
This commit is contained in:
@@ -78,8 +78,6 @@ class SearchController extends BasePageController
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
0,
|
||||
0,
|
||||
-1,
|
||||
-1,
|
||||
$offset,
|
||||
@@ -144,8 +142,6 @@ class SearchController extends BasePageController
|
||||
$searchVars['searchadvgroups'],
|
||||
$searchVars['searchadvsizefrom'],
|
||||
$searchVars['searchadvsizeto'],
|
||||
$searchVars['searchadvhasnfo'],
|
||||
$searchVars['searchadvhascomments'],
|
||||
($searchVars['searchadvdaysnew'] === '' ? -1 : $searchVars['searchadvdaysnew']),
|
||||
($searchVars['searchadvdaysold'] === '' ? -1 : $searchVars['searchadvdaysold']),
|
||||
$offset,
|
||||
|
||||
Reference in New Issue
Block a user