Skip to content

Commit a01d147

Browse files
authored
Add .ogg supported mime type (#1651)
1 parent 0b3ba2d commit a01d147

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/constants/src/MimeType.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const MimeType = {
1515
mp3: 'audio/mpeg',
1616
mp4: 'video/mp4',
1717
mpeg: 'video/mpeg',
18+
ogg: 'audio/ogg',
1819
pdf: 'application/pdf',
1920
png: 'image/png',
2021
ppt: 'application/vnd.ms-powerpoint',

0 commit comments

Comments
 (0)