Skip to content
Snippets Groups Projects
Commit 5995f7a8 authored by catch's avatar catch
Browse files

Issue #1290486 by arthurf: File.mimetypes needs entry for m4v.

parent a8441264
No related branches found
No related tags found
No related merge requests found
......@@ -373,6 +373,7 @@ function file_default_mimetype_mapping() {
333 => 'video/vnd.mpegurl',
347 => 'video/x-flv',
334 => 'video/x-la-asf',
348 => 'video/x-m4v',
335 => 'video/x-mng',
336 => 'video/x-ms-asf',
337 => 'video/x-ms-wm',
......@@ -852,6 +853,7 @@ function file_default_mimetype_mapping() {
'f4a' => 346,
'f4b' => 346,
'flv' => 347,
'm4v' => 348,
),
);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment