trying something

This commit is contained in:
nelsonlaquet 2013-10-06 21:53:09 -05:00
parent 14ef6c7299
commit 2c19d4fcc0

View file

@ -138,7 +138,7 @@
$response->header('Content-Disposition', 'attachment; filename="' . $track->getDownloadFilenameFor($formatName) . '"');
} else {
$response->header('X-Accel-Redirect', $filename);
$response->header('Content-Disposition', 'attachment; filename=' . $track->getDownloadFilenameFor($formatName));
$response->header('Content-Disposition', 'attachment; filename="' . $track->getDownloadFilenameFor($formatName) . '"');
}
$time = gmdate(filemtime($filename));