Add mimetype for MKV videos
This will make oC create previews for MKVs. Test file: http://www.auby.no/files/video_tests/h264_720p_hp_5.1_3mbps_vorbis_styled_and_unstyled_subs_suzumiya.mkv To test this just apply this change and upload the test file, if an preview is generated this change is most likely working as expecting.
This commit is contained in:
parent
6252c248c2
commit
9abe6b7f87
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ return array(
|
|||
'md' => 'text/markdown',
|
||||
'mdb' => 'application/msaccess',
|
||||
'mdwn' => 'text/markdown',
|
||||
'mkv' => 'video/x-matroska',
|
||||
'mobi' => 'application/x-mobipocket-ebook',
|
||||
'mov' => 'video/quicktime',
|
||||
'mp3' => 'audio/mpeg',
|
||||
|
|
Loading…
Reference in a new issue