mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
Fix wrong arguments used in api for releases search.
This commit is contained in:
+2
-1
@@ -141,7 +141,8 @@ switch ($function) {
|
||||
|
||||
if (isset($_GET['q'])) {
|
||||
$relData = $releases->search(
|
||||
$_GET['q'], -1, -1, -1, $categoryID, -1, -1, 0, 0, -1, -1, $offset, $limit, '', $maxAge, $catExclusions
|
||||
$_GET['q'], -1, -1, -1, -1, -1, 0, 0, -1, -1, $offset, $limit, '', $maxAge, $catExclusions,
|
||||
"basic", $categoryID
|
||||
);
|
||||
} else {
|
||||
$totalRows = $releases->getBrowseCount($categoryID, $maxAge, $catExclusions);
|
||||
|
||||
Reference in New Issue
Block a user