mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Fix undefined index title on series view
This commit is contained in:
@@ -20,6 +20,10 @@ class SeriesController extends BasePageController
|
||||
{
|
||||
$this->setPrefs();
|
||||
$releases = new Releases(['Settings' => $this->settings]);
|
||||
$title = 'Series';
|
||||
$meta_title = 'View TV Series';
|
||||
$meta_keywords = 'view,series,tv,show,description,details';
|
||||
$meta_description = 'View TV Series';
|
||||
|
||||
if ($id && ctype_digit($id)) {
|
||||
$category = -1;
|
||||
|
||||
Reference in New Issue
Block a user