Remove COMPOSERSORT tag

pull/139/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 6643dac16f
commit b3bafb540f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,6 +42,10 @@ try:
audio.pop('ARTISTSORT')
except:
pass
try:
audio.pop('COMPOSERSORT')
except:
pass
audio['ARTIST'] = [artist]
audio['ALBUMARTIST'] = [albumartist]

Loading…
Cancel
Save