mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 16:45:59 +03:00
[PR #74] [CLOSED] Show if song is liked in the playbar #592
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#592
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/74
Author: @svenvNL
Created: 10/17/2019
Status: ❌ Closed
Base:
master← Head:playbar-liked📝 Commits (1)
6d2dfb4Show if song is liked in the playbar📊 Changes
2 files changed (+40 additions, -6 deletions)
View changed files
📝
src/app.rs(+23 -1)📝
src/ui/mod.rs(+17 -5)📄 Description
I have chosen to put the text [liked] after the song title if the song is liked and nothing if not. I'm not sure this is the best solution, but was not able to think of something better.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.