mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
Fix rest of the cover pages search filters
This commit is contained in:
@@ -29,7 +29,7 @@ class AdultController extends BasePageController
|
||||
'title' => $mcat->title,
|
||||
];
|
||||
}
|
||||
$category = Category::XXX_ROOT;
|
||||
$category = $request->has('t') ? $request->input('t') : Category::XXX_ROOT;
|
||||
if ($id && \in_array($id, Arr::pluck($mtmp, 'title'), false)) {
|
||||
$cat = Category::query()
|
||||
->where('title', $id)
|
||||
|
||||
Reference in New Issue
Block a user