Browse Source

change mpv to mkv

pull/400/head
yqjiang 11 years ago
parent
commit
57788b48c1
  1. 2
      includes/mime_detect.inc

2
includes/mime_detect.inc

@ -162,7 +162,7 @@ class MimeDetect {
"xpm" => "image/x-xpixmap",
"xwd" => "image/x-windowdump",
// videos:
"mpv" => "video/x-matroska",
"mkv" => "video/x-matroska",
"mpeg" => "video/mpeg",
"mpe" => "video/mpeg",
"mpg" => "video/mpeg",

Loading…
Cancel
Save