1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

Merge pull request #5875 from appwrite/fix-aac-file-issue

audio/aac mime type added
This commit is contained in:
Eldad A. Fux 2023-08-07 17:33:50 +03:00 committed by GitHub
commit 04b8030a27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',