mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Add music management to admin area
This commit is contained in:
@@ -22,7 +22,7 @@ class AdminGameController extends BasePageController
|
||||
// Get search parameter
|
||||
$search = $request->input('gamesearch', '');
|
||||
|
||||
if (!empty($search)) {
|
||||
if (! empty($search)) {
|
||||
$gamelist = $game->getRange($search);
|
||||
$lastSearch = $search;
|
||||
} else {
|
||||
@@ -88,6 +88,7 @@ class AdminGameController extends BasePageController
|
||||
case 'view':
|
||||
default:
|
||||
$genres = $gen->getGenres(Genres::GAME_TYPE);
|
||||
|
||||
return view('admin.game-edit', compact('title', 'meta_title', 'game', 'genres'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user