diff options
author | Max Kellermann <max@duempel.org> | 2009-10-13 16:19:21 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-13 16:19:21 +0200 |
commit | cb331ae436700efcfc81a15e6f98ae89c34392e0 (patch) | |
tree | 301d87ade3b499769517e17532765bb38ebf89e0 /src/conf.h | |
parent | 767e27c8f0435325c18bdcebfac7ad5f1b813496 (diff) | |
download | mpd-cb331ae436700efcfc81a15e6f98ae89c34392e0.tar.gz mpd-cb331ae436700efcfc81a15e6f98ae89c34392e0.tar.xz mpd-cb331ae436700efcfc81a15e6f98ae89c34392e0.zip |
playlist_list: pass configuration to playlist plugins
This patch completes the configuration support.
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h index ef10b9f82..3f771f122 100644 --- a/src/conf.h +++ b/src/conf.h @@ -67,6 +67,7 @@ #define CONF_DECODER "decoder" #define CONF_INPUT "input" #define CONF_GAPLESS_MP3_PLAYBACK "gapless_mp3_playback" +#define CONF_PLAYLIST_PLUGIN "playlist_plugin" #define DEFAULT_PLAYLIST_MAX_LENGTH (1024*16) #define DEFAULT_PLAYLIST_SAVE_ABSOLUTE_PATHS false |