SAAS-489: Cannot preview tracks stored on disk

This commit is contained in:
drigato 2014-11-20 17:11:23 -05:00
parent 7d86ea3115
commit 8e8fe2d288
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ class ApiController extends Zend_Controller_Action
} else {
//user clicks play button for track preview
header('Content-Disposition: inline; filename="'.$filename.'"');
$this->_redirect($media->getFilePath());
}
$this->smartReadFile($media);