Merge pull request #7806 from owncloud/add-matroska-video

Add mimetype for MKV videos
This commit is contained in:
Lukas Reschke 2014-03-19 18:32:53 +01:00
commit 01e9e40d83
1 changed files with 1 additions and 0 deletions

View File

@ -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',