mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-23 18:25:37 +01:00
Fix for m4a files
This commit is contained in:
@@ -346,6 +346,9 @@ public class EntityAttachment {
|
||||
|
||||
// Audio
|
||||
|
||||
if ("m4a".equals(extension))
|
||||
return "audio/mp4";
|
||||
|
||||
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Configuring_servers_for_Ogg_media
|
||||
|
||||
if ("oga".equals(extension))
|
||||
|
||||
Reference in New Issue
Block a user