Files
beets/docs
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-07-16 20:20:06 +02:00
2026-05-20 16:53:06 +02:00
2026-08-05 08:47:26 -04:00
2026-07-28 15:28:32 -04:00
2026-08-05 09:05:51 -04:00
2025-09-04 12:49:44 +01:00
2026-07-29 10:44:53 +00:00
2025-09-04 12:49:44 +01:00
2026-06-30 12:44:21 +01:00
2017-12-21 11:39:08 -05:00
2026-03-02 08:31:44 +01:00