mirror of
https://github.com/beetbox/beets.git
synced 2026-01-09 09:22:55 +01:00
mediafile: Add note to ASF.delete that it's fixed in newer mutagen
This commit is contained in:
parent
2515f98dfc
commit
3984febf6c
1 changed files with 1 additions and 0 deletions
|
|
@ -1457,6 +1457,7 @@ class MediaFile(object):
|
|||
try:
|
||||
self.mgfile.delete()
|
||||
except NotImplementedError:
|
||||
# FIXME: This is fixed in mutagen >=1.31
|
||||
# For Mutagen types that don't support deletion (notably,
|
||||
# ASF), just delete each tag individually.
|
||||
for tag in self.mgfile.keys():
|
||||
|
|
|
|||
Loading…
Reference in a new issue