CC-3817 : Should use soundcloud icon for recorded & uploaded shows in timeline for past shows to match calendar
This commit is contained in:
parent
2be64a0067
commit
f8900d4b05
1 changed files with 3 additions and 3 deletions
|
@ -39,6 +39,9 @@ class LibraryController extends Zend_Controller_Action
|
||||||
|
|
||||||
$userInfo = Zend_Auth::getInstance()->getStorage()->read();
|
$userInfo = Zend_Auth::getInstance()->getStorage()->read();
|
||||||
$user = new Application_Model_User($userInfo->id);
|
$user = new Application_Model_User($userInfo->id);
|
||||||
|
|
||||||
|
//Open a jPlayer window and play the audio clip.
|
||||||
|
$menu["play"] = array("name"=> "Play", "icon" => "play");
|
||||||
|
|
||||||
if ($type === "audioclip") {
|
if ($type === "audioclip") {
|
||||||
|
|
||||||
|
@ -67,9 +70,6 @@ class LibraryController extends Zend_Controller_Action
|
||||||
$menu["del"] = array("name"=> "Delete", "icon" => "delete", "url" => "/library/delete");
|
$menu["del"] = array("name"=> "Delete", "icon" => "delete", "url" => "/library/delete");
|
||||||
}
|
}
|
||||||
|
|
||||||
//Open a jPlayer window and play the audio clip.
|
|
||||||
$menu["play"] = array("name"=> "Play", "icon" => "play");
|
|
||||||
|
|
||||||
|
|
||||||
//SOUNDCLOUD MENU OPTIONS
|
//SOUNDCLOUD MENU OPTIONS
|
||||||
if ($type === "audioclip" && Application_Model_Preference::GetUploadToSoundcloudOption()) {
|
if ($type === "audioclip" && Application_Model_Preference::GetUploadToSoundcloudOption()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue