We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f818d0b + d507cd5 commit 557042fCopy full SHA for 557042f
README.rst
@@ -97,7 +97,7 @@ Audio
97
- **aac** - ``audio/aac``
98
- **mid** - ``audio/midi``
99
- **mp3** - ``audio/mpeg``
100
-- **m4a** - ``audio/m4a``
+- **m4a** - ``audio/mp4``
101
- **ogg** - ``audio/ogg``
102
- **flac** - ``audio/x-flac``
103
- **wav** - ``audio/x-wav``
filetype/types/audio.py
@@ -56,7 +56,7 @@ class M4a(Type):
56
"""
57
Implements the M4A audio type matcher.
58
59
- MIME = 'audio/m4a'
+ MIME = 'audio/mp4'
60
EXTENSION = 'm4a'
61
62
def __init__(self):
0 commit comments