Two bugs preventing Deezer artist images in the watchlist: 1. web_server.py: The image fetch called get_artist() which doesn't exist on DeezerClient. Replaced with direct Deezer API call for picture_xl — simple and reliable. 2. music_database.py: update_watchlist_artist_image() only matched spotify_artist_id and itunes_artist_id in the WHERE clause. Deezer artists use deezer_artist_id, so the UPDATE matched zero rows and the image was never saved. Added deezer_artist_id to the WHERE clause. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| music_database.py | ||
| music_library.db | ||