Config: add section "resampler"
This commit is contained in:
@@ -86,6 +86,7 @@ enum class ConfigBlockOption {
|
||||
DECODER,
|
||||
INPUT,
|
||||
PLAYLIST_PLUGIN,
|
||||
RESAMPLER,
|
||||
AUDIO_FILTER,
|
||||
DATABASE,
|
||||
NEIGHBORS,
|
||||
|
@@ -86,6 +86,7 @@ const ConfigTemplate config_block_templates[] = {
|
||||
{ "decoder", true },
|
||||
{ "input", true },
|
||||
{ "playlist_plugin", true },
|
||||
{ "resampler", false },
|
||||
{ "filter", true },
|
||||
{ "database", false },
|
||||
{ "neighbors", true },
|
||||
|
Reference in New Issue
Block a user