Fix links() error on rest of the cover related pages

This commit is contained in:
DariusIII
2018-05-09 10:50:21 +02:00
parent 2f52c0261d
commit 8ecda4ee08
17 changed files with 37 additions and 16 deletions
+6 -1
View File
@@ -90,7 +90,12 @@ class MusicController extends BasePageController
}
}
$this->smarty->assign('results', $musics);
$this->smarty->assign(
[
'resultsadd'=> $musics,
'results' => $results,
]
);
$meta_title = 'Browse Albums';
$meta_keywords = 'browse,nzb,albums,description,details';