Merge pull request #7806 from owncloud/add-matroska-video
Add mimetype for MKV videos
This commit is contained in:
commit
01e9e40d83
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