Make sure we are using the Library controller for the Library page

This commit is contained in:
Martin Konecny 2012-08-21 11:12:33 -04:00
parent d2eca0faaf
commit 51ebae3de9
5 changed files with 79 additions and 20 deletions

View file

@ -25,7 +25,7 @@ $pages = array(
array(
'label' => 'Library',
'module' => 'default',
'controller' => 'Playlist',
'controller' => 'Library',
'action' => 'index',
'resource' => 'playlist'
),