diff options
author | Max Kellermann <max@duempel.org> | 2009-07-05 06:54:45 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-07-05 06:54:45 +0200 |
commit | 644fc4877642078c63cf13d6e65d6a3e7272996b (patch) | |
tree | 505e2a1c59a0c2c06b1feab10681962462113641 /src/conf.c | |
parent | 666b1fae798f44d3fdb98d61403455ff061e39ba (diff) | |
download | mpd-644fc4877642078c63cf13d6e65d6a3e7272996b.tar.gz mpd-644fc4877642078c63cf13d6e65d6a3e7272996b.tar.xz mpd-644fc4877642078c63cf13d6e65d6a3e7272996b.zip |
conf: registered option "filter"
Add this option to the user's manual.
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.c b/src/conf.c index 385dff4d4..6209335d3 100644 --- a/src/conf.c +++ b/src/conf.c @@ -94,6 +94,7 @@ static struct config_entry config_entries[] = { { .name = CONF_DECODER, true, true }, { .name = CONF_INPUT, true, true }, { .name = CONF_GAPLESS_MP3_PLAYBACK, false, false }, + { .name = "filter", true, true }, }; static bool |