Revert "Workaround wrong mime types for mp3"

This reverts commit 9b93497ae4.
This commit is contained in:
M66B 2021-08-20 16:06:14 +02:00
parent 9b93497ae4
commit ab13f8363c
1 changed files with 0 additions and 3 deletions

View File

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