fix: replace deprecated recommendations/related-artists with search-based discovery

Spotify deprecated /recommendations and /artists/{id}/related-artists.
All three discovery tools now use genre-based search:
- suggest: extracts genres from top artists, searches with mood keywords
- discover_artist: finds artists sharing same genres
- fresh_finds: genre search with known-artist filtering for freshness
This commit is contained in:
Alex Kazaiev
2026-04-06 20:13:59 -05:00
parent 4d3d2b4ddb
commit 065dd35ceb
2 changed files with 110 additions and 45 deletions