summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/config')
-rw-r--r--src/config/Option.hxx1
-rw-r--r--src/config/Templates.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/config/Option.hxx b/src/config/Option.hxx
index 0344b6695..f8994124e 100644
--- a/src/config/Option.hxx
+++ b/src/config/Option.hxx
@@ -79,6 +79,7 @@ enum class ConfigOption {
DESPOTIFY_USER,
DESPOTIFY_PASSWORD,
DESPOTIFY_HIGH_BITRATE,
+ DSD2PCM_CONVERTER,
MAX
};
diff --git a/src/config/Templates.cxx b/src/config/Templates.cxx
index 01205c3d0..48a680242 100644
--- a/src/config/Templates.cxx
+++ b/src/config/Templates.cxx
@@ -75,6 +75,7 @@ const ConfigTemplate config_param_templates[] = {
{ "despotify_user", false, true },
{ "despotify_password", false, true },
{ "despotify_high_bitrate", false, true },
+ { "dsd2pcm_converter" },
};
static constexpr unsigned n_config_param_templates =