Fixed an issue where if there was no config file present the player would error on startup.

This commit is contained in:
GuardKenzie
2021-05-23 23:27:59 +00:00
parent d71a5486df
commit df28cac8bd

View File

@ -27,7 +27,6 @@ if "player" not in config.sections():
if "mpd" not in config.sections():
config["mpd"] = {"host": "localhost",
"port": "6600",
"pass": False
}
# Initialise keybindings