From e1fe2cedf12c408b32eb8fe921f963fe6874e617 Mon Sep 17 00:00:00 2001 From: yqjiang Date: Fri, 6 Sep 2013 14:11:19 +0000 Subject: [PATCH] add mpv mimetype --- includes/mime_detect.inc | 1 + 1 file changed, 1 insertion(+) 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",