sane-tag-music: fix "producer" handling for aac files

This commit is contained in:
2024-07-12 00:04:24 +00:00
parent 6ccdbf50cd
commit dd2eb66875

View File

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