sane-tag-music: fix "producer" handling for aac files
This commit is contained in:
@@ -646,7 +646,7 @@ class MediaFile:
|
||||
meta = None
|
||||
|
||||
if ext == "aac":
|
||||
# TODO: this seems to only read tags, and not create them?
|
||||
tag_field_names.producer = "grouping"
|
||||
meta = MutagenMetadata.new(f, mutagen.easyid3.EasyID3)
|
||||
elif ext == "flac":
|
||||
meta = MutagenMetadata.new(f, mutagen.flac.Open)
|
||||
|
Reference in New Issue
Block a user