mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Update searchSimilar function once more
This commit is contained in:
@@ -1245,7 +1245,7 @@ class Releases
|
||||
$catRow = Category::find($currRow['categories_id']);
|
||||
$parentCat = $catRow['parentid'];
|
||||
|
||||
$results = $this->search(getSimilarName($name), -1, -1, -1, -1, '', '', -1, -1, 0, '', '', -1, $excludedCats, [$parentCat]);
|
||||
$results = $this->search(getSimilarName($name), -1, -1, -1, -1, '', '', -1, -1, 0, config('nntmux.items_per_page'), '', -1, $excludedCats, [$parentCat]);
|
||||
if (! $results) {
|
||||
return $results;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user