add missing .mov content type
This commit is contained in:
parent
b27b952359
commit
46a42710e1
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ impl Content {
|
|||
"3gp" => "video/3gpp",
|
||||
"3gp2" => "video/3gpp2",
|
||||
"avi" => "video/x-msvideo",
|
||||
"mov" => "video/mov",
|
||||
"mp4" => "video/mp4",
|
||||
"mpeg" => "video/mpeg",
|
||||
"ogv" => "video/ogv",
|
||||
|
|
Loading…
Reference in a new issue