Merged in yevgenybezman/beets/scrub-add-mp4 (BB pull request 1)

scrub: Added MP4 support to scrub plugin
This commit is contained in:
Adrian Sampson 2013-12-22 12:47:34 -08:00
commit 8a105b0cb9

View file

@ -31,6 +31,7 @@ _MUTAGEN_FORMATS = {
'flac': 'FLAC',
'id3': 'ID3FileType',
'mp3': 'MP3',
'mp4': 'MP4',
'oggflac': 'OggFLAC',
'oggspeex': 'OggSpeex',
'oggtheora': 'OggTheora',