Skip to content

Commit

Permalink
M4A files are also accepted
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Mar 29, 2020
1 parent b834de1 commit 94e9e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/org/kontalk/message/AudioComponent.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public class AudioComponent extends AttachmentComponent {
MIME_TYPES.put("audio/3gpp", "3gp");
MIME_TYPES.put("audio/mpeg", "mp3");
MIME_TYPES.put("audio/mp4", "mp4");
MIME_TYPES.put("audio/m4a", "m4a");
MIME_TYPES.put("audio/wav", "wav");
MIME_TYPES.put("audio/aac", "aac");
MIME_TYPES.put("audio/flac", "flac");
Expand Down

0 comments on commit 94e9e7e

Please sign in to comment.