diff options
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/conf.c b/src/conf.c index 7850c8881..d61d638bf 100644 --- a/src/conf.c +++ b/src/conf.c @@ -37,7 +37,7 @@ #define CONF_COMMENT '#' -#define CONF_NUMBER_OF_PARAMS 41 +#define CONF_NUMBER_OF_PARAMS 42 #define CONF_NUMBER_OF_PATHS 6 #define CONF_NUMBER_OF_REQUIRED 5 #define CONF_NUMBER_OF_ALLOW_CATS 1 @@ -137,7 +137,8 @@ char ** readConf(char * file) { "shout_mount", "shout_name", "shout_user", - "shout_quality" + "shout_quality", + "id3v1_encoding" }; int conf_absolutePaths[CONF_NUMBER_OF_PATHS] = { |