mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
trying something
This commit is contained in:
parent
14ef6c7299
commit
2c19d4fcc0
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue