mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#945
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/Rigellute/spotify-tui/pull/640
Author: @dp304
Created: 10/29/2020
Status: ✅ Merged
Merged: 10/30/2020
Merged by: @Rigellute
Base:
master← Head:issue-523📝 Commits (1)
78f33e3Optimize seek (#523)📊 Changes
3 files changed (+66 additions, -20 deletions)
View changed files
📝
src/app.rs(+54 -18)📝
src/network.rs(+4 -0)📝
src/ui/mod.rs(+8 -2)📄 Description
Instead of immediately sending the API request when '<' or '>' is
pressed, the offsets are accummulated. The seek request is sent
periodically along with the playback update request.
Also, the progress bar in the UI shows the desired seek position even
before the actual seek is performed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.