mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
Fix links() error on rest of the cover related pages
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user