Skip to content

Commit 06863ab

Browse files
committed
MimeDetector fix m4a
1 parent 9982b0a commit 06863ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/CoreAudio/AudioMetaData/MimeDetector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ class MimeDetector {
2727
setCheck("audio/ogg", checkOGG);
2828
setCheck("video/MP2T", checkMP2T);
2929
setCheck("audio/prs.sid", checkSID);
30-
setCheck("audio/mpeg", checkMP3Ext);
3130
setCheck("audio/m4a", checkM4A);
31+
setCheck("audio/mpeg", checkMP3Ext);
3232
setCheck("audio/aac", checkAACExt);
3333
}
3434

0 commit comments

Comments
 (0)