diff --git a/includes/mime_detect.inc b/includes/mime_detect.inc index 13b66cc8..6a007ad7 100644 --- a/includes/mime_detect.inc +++ b/includes/mime_detect.inc @@ -162,6 +162,7 @@ class MimeDetect { "xpm" => "image/x-xpixmap", "xwd" => "image/x-windowdump", // videos: + "mpv" => "video/x-matroska", "mpeg" => "video/mpeg", "mpe" => "video/mpeg", "mpg" => "video/mpeg",