Add missing closing double-quote in filename header for remuxes
This commit is contained in:
parent
7020c7516f
commit
8645ffd08a
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