Skip to content
Snippets Groups Projects
Commit b8ab6fb6 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #16915 from aidanamavi/add-opus-mimetype

Added Opus Mimetype Support
parents 3ce616fb 89a7aefa
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,7 @@ return array(
'oga' => array('audio/ogg', null),
'ogg' => array('audio/ogg', null),
'ogv' => array('video/ogg', null),
'opus' => array('audio/ogg', null),
'orf' => array('image/x-dcraw', null),
'otf' => array('application/font-sfnt', null),
'pages' => array('application/x-iwork-pages-sffpages', null),
......
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