Workaround wrong mime types for mp3

pull/204/head
M66B 3 years ago
parent fbfb79c4d5
commit 9b93497ae4

@ -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";

Loading…
Cancel
Save