aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-10-05 17:16:26 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-10-05 17:16:26 +0000
commitcc66392570a0f78eb8fcb21de51fc7b9fc26c604 (patch)
treed250de819e54c6bd514a34f2f2cdde830b6e94bd /src/conf.c
parentc21084d9659dd70ca33854316b15d16e26bbde6a (diff)
downloadmpd-cc66392570a0f78eb8fcb21de51fc7b9fc26c604.tar.gz
mpd-cc66392570a0f78eb8fcb21de51fc7b9fc26c604.tar.xz
mpd-cc66392570a0f78eb8fcb21de51fc7b9fc26c604.zip
apply dottemag's id3v1 encodings patch
git-svn-id: https://svn.musicpd.org/mpd/trunk@2163 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/conf.c5
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] = {