CC-2362:Recorded show wrong file name
Fixed bug on sending wrong file name to soundcloud
This commit is contained in:
parent
ff031cde76
commit
93562d2319
|
@ -335,7 +335,7 @@ class ApiController extends Zend_Controller_Action
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$soundcloud = new ATSoundcloud();
|
$soundcloud = new ATSoundcloud();
|
||||||
$soundcloud_id = $soundcloud->uploadTrack($file->getRealFilePath(), $file->getName(), $description, $tags, $show_start_time, $show_genre);
|
$soundcloud_id = $soundcloud->uploadTrack($file->getRealFilePath(), $tmpTitle, $description, $tags, $show_start_time, $show_genre);
|
||||||
$show_inst->setSoundCloudFileId($soundcloud_id);
|
$show_inst->setSoundCloudFileId($soundcloud_id);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue