Added video/jpeg workaround

pull/183/head
M66B 5 years ago
parent 06359174c5
commit ff5c257c23

@ -203,6 +203,10 @@ public class EntityAttachment {
if ("text/plain".equals(type) && "ovpn".equals(extension))
return "application/x-openvpn-profile";
// https://www.rfc-editor.org/rfc/rfc3555.txt
if ("video/jpeg".equals(type))
return "image/jpeg";
if ("application/x-pdf".equals(type))
return "application/pdf";

Loading…
Cancel
Save