Updated library so I can play a song.
This commit is contained in:
parent
6ff24bd1fd
commit
dd3b7afff2
|
@ -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}");
|
||||
|
||||
if ($user->isAdmin()) {
|
||||
|
||||
if ($user->isAdmin()) {
|
||||
$menu["del"] = array("name"=> "Delete", "icon" => "delete", "url" => "/library/delete");
|
||||
}
|
||||
|
||||
|
|
|
@ -620,4 +620,4 @@ function addQtipToSCIcons(){
|
|||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue