Skip to content

Commit bc252e1

Browse files
committed
feat: add audio/x-wav in allowed audio mime types
1 parent ba9ad94 commit bc252e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/kili/core/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
mime_extensions = {
5-
"Audio": "audio/x-flac,audio/mpeg,video/mp4",
5+
"Audio": "audio/x-flac,audio/mpeg,video/mp4,audio/wav,audio/x-wav",
66
"Csv": "text/csv",
77
"Video": (
88
"video/mp4,video/x-matroska,video/3gpp,video/x-msvideo,"

0 commit comments

Comments
 (0)