Drop non-working cover view on xxx pages

This commit is contained in:
DariusIII
2025-11-06 16:51:18 +01:00
parent f3f3d14aa0
commit 29def9c06e
3 changed files with 86 additions and 73 deletions
@@ -85,8 +85,6 @@ class BrowseController extends BasePageController
$covgroup = 'console';
} elseif ($cdata->root_categories_id === Category::MOVIE_ROOT) {
$covgroup = 'movies';
} elseif ($cdata->root_categories_id === Category::XXX_ROOT) {
$covgroup = 'xxx';
} elseif ($cdata->root_categories_id === Category::PC_ROOT) {
$covgroup = 'games';
} elseif ($cdata->root_categories_id === Category::MUSIC_ROOT) {