Fixed an issue where if there was no config file present the player would error on startup.
This commit is contained in:
@ -27,7 +27,6 @@ if "player" 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",
|
||||||
"pass": False
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Initialise keybindings
|
# Initialise keybindings
|
||||||
|
Reference in New Issue
Block a user