Skip to content

Commit

Permalink
fix:Updated mimetype and extension
Browse files Browse the repository at this point in the history
  • Loading branch information
sethk4783 committed Jun 14, 2024
1 parent e00449c commit b800ffa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/utils/extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ export const ExtensionsMap = {
'image/jls': ['jls'],
'image/jp2': ['jp2', 'jpg2'],
'image/jpeg': ['jpeg', 'jpg', 'jpe'],
'image/jpg': ['jpeg', 'jpg', 'jpe'],
'image/jpm': ['jpm'],
'image/jpx': ['jpx', 'jpf'],
'image/jxr': ['jxr'],
Expand Down Expand Up @@ -930,6 +931,8 @@ export const ExtensionsMap = {
'video/x-ms-wmx': ['wmx'],
'video/x-ms-wvx': ['wvx'],
'video/vnd.avi': ['avi'],
'video/x-msvideo': ['avi'],
'video/avi': ['avi'],
'video/x-sgi-movie': ['movie'],
'video/x-smv': ['smv'],
'x-conference/x-cooltalk': ['ice'],
Expand Down

0 comments on commit b800ffa

Please sign in to comment.