We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e0496 commit 859ae70Copy full SHA for 859ae70
src/lib/utils/extensions.ts
@@ -219,6 +219,7 @@ export const ExtensionsMap = {
219
'image/jls': ['jls'],
220
'image/jp2': ['jp2', 'jpg2'],
221
'image/jpeg': ['jpeg', 'jpg', 'jpe'],
222
+ 'image/jpg': ['jpeg', 'jpg', 'jpe'],
223
'image/jpm': ['jpm'],
224
'image/jpx': ['jpx', 'jpf'],
225
'image/jxr': ['jxr'],
@@ -930,6 +931,8 @@ export const ExtensionsMap = {
930
931
'video/x-ms-wmx': ['wmx'],
932
'video/x-ms-wvx': ['wvx'],
933
'video/vnd.avi': ['avi'],
934
+ 'video/x-msvideo': ['avi'],
935
+ 'video/avi': ['avi'],
936
'video/x-sgi-movie': ['movie'],
937
'video/x-smv': ['smv'],
938
'x-conference/x-cooltalk': ['ice'],
0 commit comments