cc-4396. Initial fix problem was a module was not being included in the soundcloud upload script.
This commit is contained in:
parent
ed45011b40
commit
4f576afc00
5 changed files with 19 additions and 10 deletions
|
@ -469,7 +469,7 @@ class LibraryController extends Zend_Controller_Action
|
|||
public function uploadFileSoundcloudAction()
|
||||
{
|
||||
$id = $this->_getParam('id');
|
||||
$res = exec("/usr/lib/airtime/utils/soundcloud-uploader $id > /dev/null &");
|
||||
Application_Model_Soundcloud::uploadSoundcloud($id);
|
||||
// we should die with ui info
|
||||
die();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue