Skip to content

Commit

Permalink
fix: output of command status broken by a misplace comma in the forma…
Browse files Browse the repository at this point in the history
…t arguments
  • Loading branch information
geneticdrift committed Jan 21, 2025
1 parent 194ecd6 commit 542c2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/PlayerCommands.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ handle_status(Client &client, [[maybe_unused]] Request args, Response &r)
COMMAND_STATUS_PLAYLIST ": {}\n"
COMMAND_STATUS_PLAYLIST_LENGTH ": {}\n"
COMMAND_STATUS_MIXRAMPDB ": {}\n"
COMMAND_STATUS_STATE ": {}\n",
COMMAND_STATUS_STATE ": {}\n"
COMMAND_STATUS_LOADED_PLAYLIST ": {}\n",
(unsigned)playlist.GetRepeat(),
(unsigned)playlist.GetRandom(),
Expand Down

0 comments on commit 542c2c2

Please sign in to comment.