[Pkg-owncloud-commits] [owncloud] 401/457: Added Opus Mimetype Support

David Prévot taffit at moszumanska.debian.org
Sun Jun 28 20:06:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 89a7aefad5c288a69e4c71b152cbe3ed15dcad95
Author: Aidan Amavi <github at aidanamavi.com>
Date:   Sat Jun 13 04:39:37 2015 -0400

    Added Opus Mimetype Support
    
    Added Opus audio mimetype support.
---
 lib/private/mimetypes.list.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/private/mimetypes.list.php b/lib/private/mimetypes.list.php
index 1e568eb..e2b82b2 100644
--- a/lib/private/mimetypes.list.php
+++ b/lib/private/mimetypes.list.php
@@ -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),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list