mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge pull request #5875 from appwrite/fix-aac-file-issue
audio/aac mime type added
This commit is contained in:
@@ -31,6 +31,8 @@ return [
|
||||
'audio/ogg', // Ogg Vorbis RFC 5334
|
||||
'audio/vorbis', // Vorbis RFC 5215
|
||||
'audio/vnd.wav', // wav RFC 2361
|
||||
'audio/aac', //AAC audio
|
||||
'audio/x-hx-aac-adts', // AAC audio
|
||||
|
||||
// Microsoft Word
|
||||
'application/msword',
|
||||
|
||||
Reference in New Issue
Block a user