From e4095949e64fdd9c10febc969276896faf7ec5c0 Mon Sep 17 00:00:00 2001 From: William Berg <89848002+WilleBerg@users.noreply.github.com> Date: Fri, 18 Apr 2025 10:57:48 +0200 Subject: [PATCH] Added missing parenthesis --- doc/users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/users.md b/doc/users.md index 94b96f0..6353750 100644 --- a/doc/users.md +++ b/doc/users.md @@ -182,7 +182,7 @@ Note: \ - mandatory arg; [BAR] - optional arg | `exec` \ | Execute a command in the system shell.
\* 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 |