From 07b89b2bad7543fa07347ffdccc71d4899dd2b02 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 28 Jan 2014 12:37:45 +0100 Subject: ConfigTemplates: rename "AudioOutput" back to "audio_output" sed gone horribly wrong. D'oh! --- src/config/ConfigTemplates.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/config/ConfigTemplates.cxx b/src/config/ConfigTemplates.cxx index 640a93aa2..8eaa22bdd 100644 --- a/src/config/ConfigTemplates.cxx +++ b/src/config/ConfigTemplates.cxx @@ -42,7 +42,7 @@ const ConfigTemplate config_templates[] = { { "zeroconf_enabled", false, false }, { "password", true, false }, { "default_permissions", false, false }, - { "AudioOutput", true, true }, + { "audio_output", true, true }, { "audio_output_format", false, false }, { "mixer_type", false, false }, { "replaygain", false, false }, -- cgit v1.2.3