CC-84: Smart Playlists

- some minor fix
This commit is contained in:
James 2012-07-26 15:30:49 -04:00
parent 8f2339f109
commit 8755500d30
3 changed files with 28 additions and 38 deletions

View file

@ -79,8 +79,6 @@ class LibraryController extends Zend_Controller_Action
if ($isAdminOrPM || $obj->getCreatorId() == $user->getId()) {
if ($this->obj_sess->type === "playlist") {
$menu["pl_add"] = array("name"=> "Add to Playlist", "icon" => "add-playlist", "icon" => "copy");
} else {
$menu["pl_add"] = array("name"=> "Add to Smart Playlist", "icon" => "add-playlist", "icon" => "copy");
}
}
}