mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #737] ToggleLike actions config not working #436
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#436
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 @jdsimcoe on GitHub (May 29, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/737
Describe the bug
I setup up a
config.tomlin this directory path:~/.config/spotify-player/config.tomlon macOS. Here are the contents:When I launch spotify-player from the CLI everythig runs fine but
Ctrl + ldoesn't do anything. It doesn't toggle a song as Liked.To Reproduce
Load the above settings in config.toml and launch spotify-player. Observe that ToggleLiked is not working.
Expected behaviour
I would expect
Ctrl + lwith the above config to toggle a track as Liked.Log and backtrace
Log and backtrace of a run reproducing the bug to help debug the issue, which are usually located in
$HOME/.cache/spotify-player/.https://gist.github.com/jdsimcoe/5133f5c708a9dea2332949bd143517aa
Environment
spotify_player@jdsimcoe commented on GitHub (May 29, 2025):
Nevermind, solved it. I had the key commands in
config.tomland notkeymap.toml. This solved it: