Merge branch 'cc-5709-airtime-analyzer-cloud-storage' into cc-5709-airtime-analyzer-cloud-storage-saas
This commit is contained in:
commit
df933b57f7
|
@ -98,7 +98,6 @@ class ApiController extends Zend_Controller_Action
|
||||||
} else {
|
} else {
|
||||||
//user clicks play button for track preview
|
//user clicks play button for track preview
|
||||||
header('Content-Disposition: inline; filename="'.$filename.'"');
|
header('Content-Disposition: inline; filename="'.$filename.'"');
|
||||||
$this->_redirect($media->getFilePath());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->smartReadFile($media);
|
$this->smartReadFile($media);
|
||||||
|
|
Loading…
Reference in New Issue