From cc66392570a0f78eb8fcb21de51fc7b9fc26c604 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Tue, 5 Oct 2004 17:16:26 +0000 Subject: apply dottemag's id3v1 encodings patch git-svn-id: https://svn.musicpd.org/mpd/trunk@2163 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/conf.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/conf.c') 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] = { -- cgit v1.2.3