mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Prevent duplicated 'All' on browse all releases
This commit is contained in:
@@ -128,7 +128,11 @@ class BrowseController extends BasePageController
|
||||
$this->smarty->assign('catname', $grp);
|
||||
}
|
||||
|
||||
$meta_title = 'Browse '.$parentCategory.' / '.$id;
|
||||
if ($id === 'All' && $parentCategory === 'All') {
|
||||
$meta_title = 'Browse '.$parentCategory .' releases';
|
||||
} else {
|
||||
$meta_title = 'Browse '.$parentCategory.' / '.$id.' releases';
|
||||
}
|
||||
$meta_keywords = 'browse,nzb,description,details';
|
||||
$meta_description = 'Browse for Nzbs';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user