File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/Umbraco.Web.UI.Client/src/packages/media/media/components/input-upload-field Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -461,6 +461,7 @@ export function getMimeTypeFromExtension(extension: string): string | null {
461
461
'.onetoc2' : 'application/onenote' ,
462
462
'.opf' : 'application/oebps-package+xml' ,
463
463
'.oprc' : 'application/vnd.palm' ,
464
+ '.opus' : 'audio/ogg' ,
464
465
'.org' : 'application/vnd.lotus-organizer' ,
465
466
'.osf' : 'application/vnd.yamaha.openscoreformat' ,
466
467
'.osfpvg' : 'application/vnd.yamaha.openscoreformat.osfpvg+xml' ,
@@ -744,6 +745,8 @@ export function getMimeTypeFromExtension(extension: string): string | null {
744
745
'.wbxml' : 'application/vnd.wap.wbxml' ,
745
746
'.wcm' : 'application/vnd.ms-works' ,
746
747
'.wdb' : 'application/vnd.ms-works' ,
748
+ '.weba' : 'audio/webm' ,
749
+ '.webm' : 'video/webm' ,
747
750
'.webp' : 'image/webp' ,
748
751
'.wiz' : 'application/msword' ,
749
752
'.wks' : 'application/vnd.ms-works' ,
You can’t perform that action at this time.
0 commit comments