mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[PR #942] Fix Spotify API February 2026 migration issues (v0.23.0) #935
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#935
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?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/942
Author: @Knightsmarian
Created: 3/2/2026
Status: 🔄 Open
Base:
master← Head:minimal-api-fix📝 Commits (1)
bfd0a6fMinimal fix for Spotify API February 2026 migration📊 Changes
5 files changed (+681 additions, -356 deletions)
View changed files
📝
spotify_player/src/client/mod.rs(+395 -227)📝
spotify_player/src/state/model.rs(+106 -4)📝
spotify_player/src/ui/page.rs(+8 -37)📝
spotify_player/src/ui/playback.rs(+88 -88)📝
spotify_player/src/utils.rs(+84 -0)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.