mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 18:58:56 +00:00
Fix myshows/browse page
This commit is contained in:
@@ -189,7 +189,7 @@ class MyShowsController extends BasePageController
|
||||
$ordering = $releases->getBrowseOrdering();
|
||||
$orderby = $request->has('ob') && \in_array($request->input('ob'), $ordering, false) ? $request->input('ob') : '';
|
||||
|
||||
$results = $releases->getShowsRange($shows, $orderby, -1, $this->userdata['categoryexclusions']);
|
||||
$results = $releases->getShowsRange($shows ?? [], $orderby, -1, $this->userdata['categoryexclusions']);
|
||||
|
||||
$this->smarty->assign('covgroup', '');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user