[PR #942] Fix Spotify API February 2026 migration issues (v0.23.0) #1873

Open
opened 2026-03-14 15:37:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/942
Author: @Knightsmarian
Created: 3/2/2026
Status: 🔄 Open

Base: masterHead: minimal-api-fix


📝 Commits (1)

  • bfd0a6f Minimal 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.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/942 **Author:** [@Knightsmarian](https://github.com/Knightsmarian) **Created:** 3/2/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `minimal-api-fix` --- ### 📝 Commits (1) - [`bfd0a6f`](https://github.com/aome510/spotify-player/commit/bfd0a6f0d906d85bb6c7955fb3b42d06ce2d0ef6) Minimal fix for Spotify API February 2026 migration ### 📊 Changes **5 files changed** (+681 additions, -356 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#1873
No description provided.