Merge pull request #245 from yassineim/patch-1
Add missing closing double-quote in filename header for remuxes
This commit is contained in:
commit
d0add4955d
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ class DownloadController extends BaseController
|
||||||
|
|
||||||
return $response->withHeader(
|
return $response->withHeader(
|
||||||
'Content-Disposition',
|
'Content-Disposition',
|
||||||
'attachment; filename="' . $this->video->getFileNameWithExtension('mkv')
|
'attachment; filename="' . $this->video->getFileNameWithExtension('mkv') . '"'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue