Skip to content

Commit

Permalink
Add .ogg supported mime type (#1651)
Browse files Browse the repository at this point in the history
  • Loading branch information
camielvs authored Jun 21, 2023
1 parent 0b3ba2d commit a01d147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants/src/MimeType.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const MimeType = {
mp3: 'audio/mpeg',
mp4: 'video/mp4',
mpeg: 'video/mpeg',
ogg: 'audio/ogg',
pdf: 'application/pdf',
png: 'image/png',
ppt: 'application/vnd.ms-powerpoint',
Expand Down

0 comments on commit a01d147

Please sign in to comment.