mediafile: Add note to ASF.delete that it's fixed in newer mutagen

This commit is contained in:
Christoph Reiter 2016-06-27 08:37:20 +02:00
parent 2515f98dfc
commit 3984febf6c

View file

@ -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():