mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Remove Versions classes and all related data
This commit is contained in:
@@ -61,7 +61,7 @@ class SeriesController extends BasePageController
|
||||
$series[$r->series][$r->episode][] = $r;
|
||||
}
|
||||
|
||||
$this->smarty->assign('seasons', $series);
|
||||
$this->smarty->assign('seasons', array_sort_recursive($series));
|
||||
$this->smarty->assign('show', $show);
|
||||
$this->smarty->assign('myshows', $myshows);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user