Fix Spotify API February 2026 migration issues (v0.23.0)#942
Fix Spotify API February 2026 migration issues (v0.23.0)#942Knightsmarian wants to merge 1 commit intoaome510:masterfrom
Conversation
|
IMPORTANT: THIS IS JUST AN EMERGENCY FIX TO GET THE APP WORKING. Big items: fixed new api endpoints and parsing, added rate limits to stop getting error 429 Pages still broken: These likely all stem from the same parsing issue with the new api You can get around most of these with your liked library ( g y ) and search ( g s ) |
|
Based on https://developer.spotify.com/documentation/web-api/tutorials/february-2026-migration-guide,
so it seems to affect dev-mode apps i.e when user specifies their own spotify-player/spotify_player/src/config/mod.rs Lines 281 to 288 in 6cdcb78 FWIW, I don't think the API changes should be handled by |
Fixes critical UI and API breakages caused by the February 2026 Spotify Web API migration for Development Mode apps. Migrates to /items endpoint, adds model aliases/defaults for stripped fields, and improves search resilience.