mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Workaround wrong mime types for mp3
This commit is contained in:
@@ -179,6 +179,9 @@ public class EntityAttachment {
|
||||
if ("docx".equals(extension))
|
||||
return "application/vnd.openxmlformats-officedocument.wordprocessingml.document";
|
||||
|
||||
if ("mp3".equals(extension))
|
||||
return "audio/mpeg";
|
||||
|
||||
if ("xls".equals(extension))
|
||||
return "application/vnd.ms-excel";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user