Added missing parenthesis

This commit is contained in:
William Berg
2025-04-18 10:57:48 +02:00
committed by Henrik Friedrichsen
parent 82297971fa
commit e4095949e6

View File

@@ -182,7 +182,7 @@ Note: \<FOO\> - mandatory arg; [BAR] - optional arg
| `exec` \<CMD\> | Execute a command in the system shell.<br/>\* Command output is printed to the terminal, so redirection (`2> /dev/null`) may be necessary. |
| `noop` | Do nothing. Useful for disabling default keybindings. See [custom keybindings](#custom-keybindings). |
| `reload` | Reload the configuration from disk. See [Configuration](#configuration). |
| `reconnect` | Reconnect to Spotify (useful when session has expired or connection was lost |
| `reconnect` | Reconnect to Spotify (useful when session has expired or connection was lost) |
| `add [current]` | Add selected track to playlist, if `current` is passed the currently playing track will be added |
| `save [current]` | Save selected item, if `current` is passed the currently playing item will be saved |