mirror of https://github.com/Nezreka/SoulSync.git
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.pull/253/head
parent
de8f758596
commit
46308d8d31
Loading…
Reference in new issue