mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[PR #386] [MERGED] Patch spotify API bugs #744
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#744
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/386
Author: @aome510
Created: 3/3/2024
Status: ✅ Merged
Merged: 3/3/2024
Merged by: @aome510
Base:
master← Head:patch-spotify-api-bugs📝 Commits (5)
ad4638ddon't sendGetContextforContextId::Tracks8e9fa98fix artist page not loadingb2ffd26fix radio(recommendation) page not loading6230f84fix playlist page not loading for no-image playlistscbf51ffupdate comments📊 Changes
2 files changed (+110 additions, -27 deletions)
View changed files
📝
spotify_player/src/client/handlers.rs(+2 -1)📝
spotify_player/src/client/mod.rs(+108 -26)📄 Description
Resolves #330
Resolves #383
Resolves #384
Related upstream issues:
This PR implements patches for upstream Spotify API bugs by using
client::Client::internal_callto get Spotify data instead ofrspotifyAPIs. Usinginternal_callallows the app's client to avoid parsing errors whenrspotifyparses Spotify API responses and fixes🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.