Update audio codecs

This commit is contained in:
Romain Neutron
2012-07-16 12:28:49 +02:00
parent 0f1c0b67d4
commit 004828ffe7
2 changed files with 5 additions and 1 deletions

View File

@@ -390,6 +390,7 @@ class media_subdef extends media_abstract implements cache_cacheableInterface
$type = self::TYPE_FLEXPAPER;
break;
case 'audio/mpeg':
case 'audio/mp3':
$type = self::TYPE_AUDIO_MP3;
break;
case 'image/jpeg':