From f80b93e4df7fb4daa03b69780a6c07cf5153a4de Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Tue, 13 Aug 2019 16:13:48 +0300 Subject: [ci skip] Merge pull request #5815 from kamaslau/patch-2 Fix .aac file mime type --- application/config/mimes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/mimes.php b/application/config/mimes.php index 0ec9db0a0..7aa5c9e4e 100644 --- a/application/config/mimes.php +++ b/application/config/mimes.php @@ -140,7 +140,7 @@ return array( 'f4v' => array('video/mp4', 'video/x-f4v'), 'flv' => 'video/x-flv', 'webm' => 'video/webm', - 'aac' => 'audio/x-acc', + 'aac' => array('audio/x-aac', 'audio/aac'), 'm4u' => 'application/vnd.mpegurl', 'm3u' => 'text/plain', 'xspf' => 'application/xspf+xml', -- cgit v1.2.3-24-g4f1b