mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Merged in yevgenybezman/beets/scrub-add-mp4 (BB pull request 1)
scrub: Added MP4 support to scrub plugin
This commit is contained in:
commit
8a105b0cb9
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ _MUTAGEN_FORMATS = {
|
|||
'flac': 'FLAC',
|
||||
'id3': 'ID3FileType',
|
||||
'mp3': 'MP3',
|
||||
'mp4': 'MP4',
|
||||
'oggflac': 'OggFLAC',
|
||||
'oggspeex': 'OggSpeex',
|
||||
'oggtheora': 'OggTheora',
|
||||
|
|
|
|||
Loading…
Reference in a new issue