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