Make sure we are using the Library controller for the Library page
This commit is contained in:
parent
d2eca0faaf
commit
51ebae3de9
5 changed files with 79 additions and 20 deletions
|
@ -25,7 +25,7 @@ $pages = array(
|
|||
array(
|
||||
'label' => 'Library',
|
||||
'module' => 'default',
|
||||
'controller' => 'Playlist',
|
||||
'controller' => 'Library',
|
||||
'action' => 'index',
|
||||
'resource' => 'playlist'
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue