Merge branch 'devel' into 2.3.x-saas
This commit is contained in:
commit
210336d20a
8 changed files with 100 additions and 92 deletions
|
@ -46,7 +46,7 @@ class AudiopreviewController extends Zend_Controller_Action
|
|||
}
|
||||
|
||||
if ($type == "audioclip") {
|
||||
$uri = "/api/get-media/file/".$audioFileID;
|
||||
$uri = $baseUrl."/api/get-media/file/".$audioFileID;
|
||||
$media = Application_Model_StoredFile::Recall($audioFileID);
|
||||
$mime = $media->getPropelOrm()->getDbMime();
|
||||
} elseif ($type == "stream") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue