mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[PR #95] [MERGED] Fix liked tracks errors #1566
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#1566
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/95
Author: @aome510
Created: 12/26/2022
Status: ✅ Merged
Merged: 12/26/2022
Merged by: @aome510
Base:
master← Head:fix-liked-tracks📝 Commits (6)
21b5ccefix rendering error for liked tracks pagebec4d9afix URIs playback not starting for large number of tracks0e85efffix wrong context description for liked tracks page1df94aetweak range selection logic1a3b3faremove redundant codes4c5b498avoid out of range index error📊 Changes
5 files changed (+35 additions, -18 deletions)
View changed files
📝
spotify_player/src/client/mod.rs(+7 -0)📝
spotify_player/src/event/window.rs(+2 -5)📝
spotify_player/src/state/consant.rs(+2 -0)📝
spotify_player/src/state/data.rs(+1 -10)📝
spotify_player/src/state/model.rs(+23 -3)📄 Description
Changes
StartPlaybackrequest not working for liked tracks page with a large number of tracks🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.