mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
Update category names display
This commit is contained in:
@@ -21,7 +21,6 @@ class ConsoleController extends BasePageController
|
||||
if ($id === 'WiiVare') {
|
||||
$id = 'WiiVareVC';
|
||||
}
|
||||
$id = str_slug($id);
|
||||
$console = new Console(['Settings' => $this->settings]);
|
||||
$gen = new Genres(['Settings' => $this->settings]);
|
||||
|
||||
@@ -31,7 +30,7 @@ class ConsoleController extends BasePageController
|
||||
$ctmp[] =
|
||||
[
|
||||
'id' => $ccat->id,
|
||||
'title' => str_slug($ccat->title),
|
||||
'title' => $ccat->title,
|
||||
];
|
||||
}
|
||||
$category = Category::GAME_ROOT;
|
||||
|
||||
Reference in New Issue
Block a user