Skip to content

Commit

Permalink
config: set mpc to false by default
Browse files Browse the repository at this point in the history
Signed-off-by: Tomkoid <[email protected]>
  • Loading branch information
tomkoid committed May 6, 2024
1 parent a393392 commit 1acdb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func readConfigFile(configFilePath string) (string, error) {
func GetConfig() Config {
// default config
var config Config = Config{
Mpc: true,
Mpc: false,
PlayerCtl: true,
}

Expand Down

0 comments on commit 1acdb85

Please sign in to comment.