turns out ART_NAME on track data isn't actually the album artist. lol

This commit is contained in:
uh wot
2022-01-11 22:57:42 +01:00
parent c418be4932
commit ac3f35e094

View File

@@ -80,7 +80,6 @@ class ModuleInterface:
t_data = t_data['FALLBACK']
tags = Tags(
album_artist = t_data['ART_NAME'],
track_number = t_data.get('TRACK_NUMBER'),
copyright = t_data.get('COPYRIGHT'),
isrc = t_data['ISRC'],