aboutsummaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-28 12:37:45 +0100
committerMax Kellermann <max@duempel.org>2014-01-28 12:37:58 +0100
commit07b89b2bad7543fa07347ffdccc71d4899dd2b02 (patch)
tree94e1515287ee70a05f431a598e53d72884b9ac61 /src/config
parent68b79f97f331588f29fbf956d53a2e99f70e8b7f (diff)
downloadmpd-07b89b2bad7543fa07347ffdccc71d4899dd2b02.tar.gz
mpd-07b89b2bad7543fa07347ffdccc71d4899dd2b02.tar.xz
mpd-07b89b2bad7543fa07347ffdccc71d4899dd2b02.zip
ConfigTemplates: rename "AudioOutput" back to "audio_output"
sed gone horribly wrong. D'oh!
Diffstat (limited to 'src/config')
-rw-r--r--src/config/ConfigTemplates.cxx2
1 files changed, 1 insertions, 1 deletions
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 },