mirror of
https://github.com/misiektoja/spotify_monitor.git
synced 2026-04-25 22:55:52 +03:00
[GH-ISSUE #29] spotify_list_friends issue with get_apple_genius_search_urls #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tomballgithub on GitHub (Dec 26, 2025).
Original GitHub issue: https://github.com/misiektoja/spotify_monitor/issues/29
In spotify_list_friends is the only line that seems to have not been updated to the new structure.
It is:
apple_search_url, genius_search_url, youtube_music_search_url = get_apple_genius_search_urls(str(sp_artist), str(sp_track))rather than:
apple_search_url, genius_search_url, azlyrics_search_url, tekstowo_search_url, musixmatch_search_url, lyrics_com_search_url, youtube_music_search_url, amazon_music_search_url, deezer_search_url, tidal_search_url = get_apple_genius_search_urls(str(sp_artist), str(sp_track))@tomballgithub commented on GitHub (Dec 26, 2025):
Easy fix. Verified changing that one line works.
@misiektoja commented on GitHub (Dec 27, 2025):
Have you been using latest code (v2.6) at that time ? In my case it is updated everywhere, including the place you mentioned.
@tomballgithub commented on GitHub (Dec 27, 2025):
Must have been something on my end, but I'm sure I double checked it.
I confirmed you are correct.