From 2c19d4fcc06b96cd0b2ec5f70094317dae71f3d3 Mon Sep 17 00:00:00 2001 From: nelsonlaquet Date: Sun, 6 Oct 2013 21:53:09 -0500 Subject: [PATCH] trying something --- app/controllers/TracksController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/TracksController.php b/app/controllers/TracksController.php index d1c1d661..b0c204c2 100644 --- a/app/controllers/TracksController.php +++ b/app/controllers/TracksController.php @@ -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));