From cb331ae436700efcfc81a15e6f98ae89c34392e0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 13 Oct 2009 16:19:21 +0200 Subject: playlist_list: pass configuration to playlist plugins This patch completes the configuration support. --- src/conf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/conf.h') 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 -- cgit v1.2.3