Remove extra commas

This commit is contained in:
Allen
2022-11-13 15:09:12 -06:00
parent 8daa39ff02
commit 8caaedbc5e

View File

@ -22,7 +22,7 @@ if "player" not in config.sections():
"album_art_only": False, "album_art_only": False,
"volume_step": 5, "volume_step": 5,
"auto_close": False, "auto_close": False,
"show_playlist": True, "show_playlist": True
} }
if "art" not in config.sections(): if "art" not in config.sections():
@ -30,7 +30,7 @@ if "art" not in config.sections():
if "mpd" not in config.sections(): if "mpd" not in config.sections():
config["mpd"] = {"host": "localhost", config["mpd"] = {"host": "localhost",
"port": "6600", "port": "6600"
} }
if "theme" not in config.sections(): if "theme" not in config.sections():