[PR #95] [MERGED] Fix liked tracks errors #626

Closed
opened 2026-03-02 23:49:06 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: fix-liked-tracks


📝 Commits (6)

  • 21b5cce fix rendering error for liked tracks page
  • bec4d9a fix URIs playback not starting for large number of tracks
  • 0e85eff fix wrong context description for liked tracks page
  • 1df94ae tweak range selection logic
  • 1a3b3fa remove redundant codes
  • 4c5b498 avoid 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

  • fixed rendering liked tracks page
  • fixed StartPlayback request 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.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/95 **Author:** [@aome510](https://github.com/aome510) **Created:** 12/26/2022 **Status:** ✅ Merged **Merged:** 12/26/2022 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `fix-liked-tracks` --- ### 📝 Commits (6) - [`21b5cce`](https://github.com/aome510/spotify-player/commit/21b5cceb1f936f73bc387d8c3c98baf5b050edc3) fix rendering error for liked tracks page - [`bec4d9a`](https://github.com/aome510/spotify-player/commit/bec4d9a739a1d272c9aae4b2e4edce268587a40a) fix URIs playback not starting for large number of tracks - [`0e85eff`](https://github.com/aome510/spotify-player/commit/0e85effbca65c52b2b63fab8cea5f76733f9188e) fix wrong context description for liked tracks page - [`1df94ae`](https://github.com/aome510/spotify-player/commit/1df94ae247a17ed46fb69dae0992b8b6efcedb1d) tweak range selection logic - [`1a3b3fa`](https://github.com/aome510/spotify-player/commit/1a3b3fa4fb5aa5aff1d1096867b4b31896c2b2c2) remove redundant codes - [`4c5b498`](https://github.com/aome510/spotify-player/commit/4c5b49814918d7fa9459c658c426d65f754c33be) avoid out of range index error ### 📊 Changes **5 files changed** (+35 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description ## Changes - fixed rendering liked tracks page - fixed `StartPlayback` request not working for liked tracks page with a large number of tracks + related: #78 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:49:06 +03:00
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#626
No description provided.