Files
beets/test
Cohen Karnell d97d78f830 Fix KeyError in Deezer track conversion when artist is missing
_get_track resolved the artist with track_data.get('contributors', [track_data['artist']]),
whose default is evaluated eagerly, so track_data['artist'] raises KeyError whenever the
artist key is absent, even when contributors is present. Guard the fallback the same way
album_for_id already does. Fixes #4339.
2026-08-14 12:02:07 -04:00
..
2026-08-11 08:19:15 -04:00
2021-08-26 20:59:48 +10:00
2026-07-30 12:18:49 +01:00
2026-07-30 12:18:49 +01:00