Updated library so I can play a song.

This commit is contained in:
Daniel 2012-02-08 12:09:41 -05:00
parent 6ff24bd1fd
commit dd3b7afff2
2 changed files with 3 additions and 3 deletions

View File

@ -90,8 +90,8 @@ class LibraryController extends Zend_Controller_Action
} }
$menu["edit"] = array("name"=> "Edit Metadata", "icon" => "edit", "url" => "/library/edit-file-md/id/{$id}"); $menu["edit"] = array("name"=> "Edit Metadata", "icon" => "edit", "url" => "/library/edit-file-md/id/{$id}");
if ($user->isAdmin()) { if ($user->isAdmin()) {
$menu["del"] = array("name"=> "Delete", "icon" => "delete", "url" => "/library/delete"); $menu["del"] = array("name"=> "Delete", "icon" => "delete", "url" => "/library/delete");
} }

View File

@ -620,4 +620,4 @@ function addQtipToSCIcons(){
}); });
} }
}); });
} }