Override GPX mime type

This commit is contained in:
M66B 2020-05-09 17:10:54 +02:00
parent e1f63cd1c3
commit 84464bbb40
1 changed files with 3 additions and 0 deletions

View File

@ -188,6 +188,9 @@ public class EntityAttachment {
type = gtype;
}
if ("gpx".equals(extension))
return "application/gpx+xml";
if ("eml".equals(extension))
return "message/rfc822";