mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #171] [MERGED] Add buffered playback #1588
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#1588
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/171
Author: @aome510
Created: 3/26/2023
Status: ✅ Merged
Merged: 3/26/2023
Merged by: @aome510
Base:
master← Head:add-buffered-playback📝 Commits (3)
8accd03add buffered playback143f64ahandle buffered playback after transferring playback7954410handle buffered playback on new device connection📊 Changes
5 files changed (+59 additions, -26 deletions)
View changed files
📝
spotify_player/src/client/mod.rs(+38 -5)📝
spotify_player/src/event/mod.rs(+8 -6)📝
spotify_player/src/state/model.rs(+3 -1)📝
spotify_player/src/state/player.rs(+4 -10)📝
spotify_player/src/ui/playback.rs(+6 -4)📄 Description
Resolves #109
Implemented a buffered playback state that allows speedup of the feedback of playback metadata update to the user by
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.