mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[PR #548] [MERGED] Add additional line of help to show that 'w' can be used to save/like an album #887
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#887
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/548
Author: @usrme
Created: 8/4/2020
Status: ✅ Merged
Merged: 8/17/2020
Merged by: @Rigellute
Base:
master← Head:master📝 Commits (2)
58a3220Fix typo from plural to singular32ea333Add additional line of help to show that 'w' can be used to save/like an album📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
src/ui/help.rs(+2 -1)📄 Description
I wanted to save an album to my library as I am used to, but the current help lines didn't make it clear enough that it was even possible from a search result. After trawling through PRs, I found #506, which does exactly what I was looking for, but that change wasn't accompanied by a change in the UIs help section.
I also fixed a small typo where the sentence didn't read properly when plural was used for "artist".
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.