Revert "Workaround wrong mime types for mp3"

This reverts commit 9b93497ae4.
pull/204/head
M66B 3 years ago
parent 9b93497ae4
commit ab13f8363c

@ -179,9 +179,6 @@ 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