add mkv mimetype
This commit is contained in:
parent
b2f8b9a195
commit
7c791ee1c2
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ impl Content {
|
||||||
"3gp" => "video/3gpp",
|
"3gp" => "video/3gpp",
|
||||||
"3gp2" => "video/3gpp2",
|
"3gp2" => "video/3gpp2",
|
||||||
"avi" => "video/x-msvideo",
|
"avi" => "video/x-msvideo",
|
||||||
|
"mkv" => "video/mkv",
|
||||||
"mov" => "video/mov",
|
"mov" => "video/mov",
|
||||||
"mp4" => "video/mp4",
|
"mp4" => "video/mp4",
|
||||||
"mpeg" => "video/mpeg",
|
"mpeg" => "video/mpeg",
|
||||||
|
|
Loading…
Reference in a new issue