mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[PR #170] [MERGED] Adjust min/max volume values #650
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#650
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/170
Author: @gpawlik
Created: 11/26/2019
Status: ✅ Merged
Merged: 11/27/2019
Merged by: @Rigellute
Base:
master← Head:clamp-volume📝 Commits (1)
790e839Clamp volume values📊 Changes
1 file changed (+10 additions, -6 deletions)
View changed files
📝
src/app.rs(+10 -6)📄 Description
Description of the issue
Currently if the initial volume is not of full tens (eg.
42) then the min and max values are respectively2and92.Solution to the issue
Limit the volume values correctly on
0and100.Before/After screenshots 📷
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.