Skip to content
Snippets Groups Projects
Commit 89a7aefa authored by Aidan Amavi's avatar Aidan Amavi
Browse files

Added Opus Mimetype Support

Added Opus audio mimetype support.
parent 51d181f3
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