mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #495] Cannot save songs #203
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#203
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?
Originally created by @Babbie on GitHub (Jun 11, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/495
Whenever I try to press the hotkey for saving the currently highlighted song in the table, nothing happens. I have not altered the key in my config.yml, so
sshould still be assigned to it. My config.yml, just to be sure:@Rigellute commented on GitHub (Jun 29, 2020):
Hmm... strange. Thanks for reporting - will look into it.
@jackson15j commented on GitHub (Jul 10, 2020):
With the default keymap I can not save songs from a Playlist. Here are my reproduction steps.
$ spt.Library <return> Made For You <return> Discover Weekly <return>.son highlighted song does not save the song to myLiked Songs.<return>to play a song and thensdoes save the song to myLiked Songs.ato jump to album of currently playing song and thenson any song in that album will save that respective song to myLiked Songs.Expected
sto work in all 3 scenarios.