Skip to content

Commit e90ec46

Browse files
committed
Fix duplicated albumartistsort key
albumartistsort was already added as a registered Text key some lines above so adding it again as a TXXX key replaces the previous TSO2 tag registration. Since picard uses TSO2 for "album artist sort order" and even if it's not an official tag it seems to be generally supported, I think it's better to leave that one.
1 parent f95d3ae commit e90ec46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mutagen/easyid3.py

-1
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,6 @@ def peakgain_list(id3, key):
530530
u"MusicBrainz Album Release Country": "releasecountry",
531531
u"MusicBrainz Disc Id": "musicbrainz_discid",
532532
u"ASIN": "asin",
533-
u"ALBUMARTISTSORT": "albumartistsort",
534533
u"PERFORMER": "performer",
535534
u"BARCODE": "barcode",
536535
u"CATALOGNUMBER": "catalognumber",

0 commit comments

Comments
 (0)