CC-2795: Give option to set download flag of recorded shows uploaded
to Soundcloud by default - fixed name of Soundcloud Model class
This commit is contained in:
parent
d4063a8234
commit
b4d4c54c31
5 changed files with 5 additions and 6 deletions
|
@ -400,7 +400,7 @@ class ApiController extends Zend_Controller_Action
|
|||
$tags = array_merge($hosts, array($show_name));
|
||||
|
||||
try {
|
||||
$soundcloud = new Application_Model_AtSoundcloud();
|
||||
$soundcloud = new Application_Model_Soundcloud();
|
||||
$soundcloud_id = $soundcloud->uploadTrack($file->getFilePath(), $tmpTitle, $description, $tags, $show_start_time, $show_genre);
|
||||
$file->setSoundCloudFileId($soundcloud_id);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue