diff options
Diffstat (limited to 'src/config/Templates.cxx')
-rw-r--r-- | src/config/Templates.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 = |