Merge pull request #8846 from appwrite/PLA-1797

fix: allow '.wav' as 'audio/x-wav' as well
This commit is contained in:
Christy Jacob 2024-10-23 18:08:41 +04:00 committed by GitHub
commit 5fa4711247
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,7 @@ return [
'audio/ogg', // Ogg Vorbis RFC 5334
'audio/vorbis', // Vorbis RFC 5215
'audio/vnd.wav', // wav RFC 2361
'audio/x-wav', // php reads .wav as this - https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
'audio/aac', //AAC audio
'audio/x-hx-aac-adts', // AAC audio