mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[PR #59] [MERGED] Implement volume control #585
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#585
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/59
Author: @Rigellute
Created: 10/13/2019
Status: ✅ Merged
Merged: 10/13/2019
Merged by: @Rigellute
Base:
master← Head:volume-control📝 Commits (1)
9962e12Implement volume control📊 Changes
6 files changed (+54 additions, -4 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
src/app.rs(+37 -0)📝
src/handlers/mod.rs(+6 -0)📝
src/main.rs(+1 -1)📝
src/ui/help.rs(+3 -1)📝
src/ui/mod.rs(+6 -2)📄 Description
Use
-to decrease and+to increase volume in 10% increments.Thanks to @jfaltis for the bindings suggestion.
Closes https://github.com/Rigellute/spotify-tui/issues/57
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.