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 11:57:10 +01:00
2026-06-29 11:20:15 +02:00
2023-10-17 19:39:03 +10:00
2026-01-06 09:54:02 +00:00
2026-07-15 16:12:21 +02:00
2026-07-24 17:03:57 +01:00
2026-07-14 17:24:17 +02:00
2026-06-29 11:20:15 +02:00
2026-07-30 09:11:46 -04:00
2026-07-30 12:18:49 +01:00
2026-06-03 18:00:46 +01:00
2026-06-29 11:20:15 +02:00
2026-06-29 11:20:15 +02:00
2026-06-29 11:20:15 +02:00
2026-07-21 11:15:25 +01:00
2026-06-29 11:20:15 +02:00
2026-07-07 15:57:35 +01:00
2026-07-30 12:18:49 +01:00
2026-08-14 12:02:07 -04:00
2026-07-16 11:57:10 +01:00
2026-07-30 12:18:49 +01:00
2026-07-15 14:30:42 +01:00
2026-07-30 12:18:49 +01:00
2025-05-07 10:41:01 +01:00
2026-06-29 11:20:15 +02:00
2026-07-30 12:18:49 +01:00
2026-07-30 12:18:49 +01:00
2026-06-29 11:20:15 +02:00
2026-07-08 22:02:12 -05:00
2026-06-29 11:20:15 +02:00
2026-07-30 12:18:49 +01:00
2026-07-14 17:24:17 +02:00
2026-07-30 12:18:49 +01:00
2026-07-30 12:18:49 +01:00
2026-07-30 12:18:49 +01:00
2026-07-30 12:18:49 +01:00
2026-07-14 17:24:17 +02:00
2026-07-30 12:18:49 +01:00
2026-06-29 11:20:15 +02:00
2026-07-15 16:04:51 +02:00
2026-06-29 11:20:15 +02:00
2026-07-07 15:57:35 +01:00
2026-07-15 16:12:21 +02:00
2026-06-03 18:00:46 +01:00
2026-06-02 08:57:35 +01:00
2026-06-29 11:20:15 +02:00
2026-06-29 11:20:15 +02:00
2026-07-24 17:03:57 +01:00
2026-07-15 14:31:58 +08:00
2026-07-14 17:24:17 +02:00
2026-06-29 11:20:15 +02:00
2026-06-29 11:20:15 +02:00
2026-07-21 11:15:25 +01:00
2026-06-29 11:20:15 +02:00
2026-07-21 11:15:25 +01:00
2025-08-30 23:10:15 +01:00
2026-07-30 12:18:49 +01:00
2026-06-29 11:20:15 +02:00
2026-07-24 17:03:57 +01:00
2026-07-15 22:22:07 +01:00
2026-07-14 17:24:17 +02:00
2026-07-30 12:18:49 +01:00
2026-08-05 01:56:59 +01:00
2026-07-24 17:03:57 +01:00
2026-07-14 20:09:56 +02:00
2026-07-14 17:24:17 +02:00
2026-07-14 17:24:17 +02:00
2026-07-30 12:18:49 +01:00
2026-08-11 00:39:31 +01:00
2026-06-29 11:20:15 +02:00
2026-06-29 11:20:15 +02:00
2026-07-30 12:18:49 +01:00
2026-07-30 12:18:49 +01:00