mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[PR #166] [MERGED] Adjust volume controls behaviour #648
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#648
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/166
Author: @gpawlik
Created: 11/25/2019
Status: ✅ Merged
Merged: 11/26/2019
Merged by: @Rigellute
Base:
master← Head:volume-adjust📝 Commits (1)
06c0ed5Adjust volume controls📊 Changes
1 file changed (+0 additions, -1 deletions)
View changed files
📝
src/app.rs(+0 -1)📄 Description
Description of the issue
The volume control does not work as intended, if
+and-are pressed in a moderate pace the value updates every second press, and after some time it starts to get even more messy.Solution to the issue
I have removed
get_current_playbackcall after the successful volume change. In this context I think it is not necessary to poll for the playback data, but maybe I am missing something, would you be able to confirm it @Rigellute ?Before/After screenshots 📷
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.