mirror of
https://github.com/fergalmoran/picard.git
synced 2026-03-06 13:34:05 +00:00
Recognise .m2a file extension.
Sometimes used as alternative for `.mp2`.
This commit is contained in:
@@ -488,7 +488,7 @@ class ID3File(File):
|
||||
class MP3File(ID3File):
|
||||
|
||||
"""MP3 file."""
|
||||
EXTENSIONS = [".mp3", ".mp2"]
|
||||
EXTENSIONS = [".mp3", ".mp2", ".m2a"]
|
||||
NAME = "MPEG-1 Audio"
|
||||
_IsMP3 = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user