mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 12:33:07 +00:00
Fix wav mime type in uploader
This commit is contained in:
parent
1b657973a4
commit
ab083f9eb6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ const whitelist = [
|
|||
"audio/midi",
|
||||
"audio/mpeg",
|
||||
"audio/ogg",
|
||||
"audio/x-wav",
|
||||
"audio/vnd.wave",
|
||||
"image/bmp",
|
||||
"image/gif",
|
||||
"image/jpeg",
|
||||
|
|
Loading…
Reference in a new issue