Lint
This commit is contained in:
parent
782d4e124e
commit
ef65cb502b
1 changed files with 0 additions and 1 deletions
|
@ -120,7 +120,6 @@ class FrontController
|
||||||
$url = $this->download->getURL($params["url"], 'mp3[protocol^=http]');
|
$url = $this->download->getURL($params["url"], 'mp3[protocol^=http]');
|
||||||
return $response->withRedirect($url);
|
return $response->withRedirect($url);
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
|
|
||||||
$response = $response->withHeader(
|
$response = $response->withHeader(
|
||||||
'Content-Disposition',
|
'Content-Disposition',
|
||||||
'attachment; filename="'.
|
'attachment; filename="'.
|
||||||
|
|
Loading…
Reference in a new issue