mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[PR #132] [MERGED] Fix gauge error #623
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#623
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/132
Author: @Rigellute
Created: 11/4/2019
Status: ✅ Merged
Merged: 11/5/2019
Merged by: @Rigellute
Base:
master← Head:fix-gauge-error📝 Commits (2)
b144638Fix track progress percentage gauged06f8c6Fix bug where track progress is > 100📊 Changes
2 files changed (+27 additions, -7 deletions)
View changed files
📝
src/ui/mod.rs(+3 -7)📝
src/ui/util.rs(+24 -0)📄 Description
Occasionally the track percentage goes out of bounds (0 & 100). There's
probably a more elegant fix for this, but this seems fine for now.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.