From df28cac8bd87164c251fa0bb036001954f9c31e2 Mon Sep 17 00:00:00 2001 From: GuardKenzie Date: Sun, 23 May 2021 23:27:59 +0000 Subject: [PATCH] Fixed an issue where if there was no config file present the player would error on startup. --- bin/miniplayer | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/miniplayer b/bin/miniplayer index d44deff..76a0315 100755 --- a/bin/miniplayer +++ b/bin/miniplayer @@ -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