From 266eb393eb9dfdd9a525fbab0eb699422c0c5e8f Mon Sep 17 00:00:00 2001
From: gd <gd@iotide.com>
Date: Tue, 21 Jan 2025 14:01:26 +0200
Subject: [PATCH] fix: output of command status broken by a misplaced comma in
 the format arguments

---
 src/command/PlayerCommands.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/command/PlayerCommands.cxx b/src/command/PlayerCommands.cxx
index d7486f053..afbb3d100 100644
--- a/src/command/PlayerCommands.cxx
+++ b/src/command/PlayerCommands.cxx
@@ -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(),