aome510 / spotify-player

A Spotify player in the terminal with full feature parity
MIT License
3.66k stars 167 forks source link

Does not return removed commands #524

Closed arouene closed 4 months ago

arouene commented 4 months ago

Commands set to None to remove the keybinding, where immediately returned by find_command_or_action_from_key_sequence on l.418. Instead of looking for action keybinding.

Fix #523