mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Drop non-working cover view on xxx pages
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user