From 8caaedbc5e284ea59d7422b9ed538971f77fbbf4 Mon Sep 17 00:00:00 2001
From: Allen <63997543+aaw3@users.noreply.github.com>
Date: Sun, 13 Nov 2022 15:09:12 -0600
Subject: [PATCH] Remove extra commas

---
 bin/miniplayer | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/miniplayer b/bin/miniplayer
index db52c1e..1ca52f9 100755
--- a/bin/miniplayer
+++ b/bin/miniplayer
@@ -22,7 +22,7 @@ if "player" not in config.sections():
                         "album_art_only":  False,
                         "volume_step":     5,
                         "auto_close":      False,
-                        "show_playlist":   True,
+                        "show_playlist":   True
                         }
 
 if "art" not in config.sections():
@@ -30,7 +30,7 @@ if "art" not in config.sections():
 
 if "mpd" not in config.sections():
     config["mpd"] = {"host": "localhost",
-                     "port": "6600",
+                     "port": "6600"
                     }
 
 if "theme" not in config.sections():