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