Skip to content

Commit

Permalink
Merge pull request #418 from Freso/recognise-m2a
Browse files Browse the repository at this point in the history
Recognise .m2a file extension.
  • Loading branch information
zas committed Jul 31, 2015
2 parents 8eee891 + 397152e commit 405f4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picard/formats/id3.py
Expand Up @@ -488,7 +488,7 @@ def new_metadata(self):
class MP3File(ID3File):

"""MP3 file."""
EXTENSIONS = [".mp3", ".mp2"]
EXTENSIONS = [".mp3", ".mp2", ".m2a"]
NAME = "MPEG-1 Audio"
_IsMP3 = True

Expand Down

0 comments on commit 405f4ad

Please sign in to comment.