input/cache: first draft of the file cache
This commit is contained in:
@@ -86,6 +86,7 @@ enum class ConfigBlockOption {
|
||||
AUDIO_OUTPUT,
|
||||
DECODER,
|
||||
INPUT,
|
||||
INPUT_CACHE,
|
||||
PLAYLIST_PLUGIN,
|
||||
RESAMPLER,
|
||||
AUDIO_FILTER,
|
||||
|
@@ -86,6 +86,7 @@ const ConfigTemplate config_block_templates[] = {
|
||||
{ "audio_output", true },
|
||||
{ "decoder", true },
|
||||
{ "input", true },
|
||||
{ "input_cache" },
|
||||
{ "playlist_plugin", true },
|
||||
{ "resampler" },
|
||||
{ "filter", true },
|
||||
|
Reference in New Issue
Block a user