aboutsummaryrefslogtreecommitdiff
path: root/src/tag.h
diff options
context:
space:
mode:
authorQball Cow <qball@qballcow.nl>2006-04-30 19:55:56 +0000
committerQball Cow <qball@qballcow.nl>2006-04-30 19:55:56 +0000
commit4324150b42ea7720629b74014401119754429b04 (patch)
treeb2366f2caf7e0e1f9d3b8d56ee61d8c6772122e0 /src/tag.h
parent8aca530b863a54deab7b204e21a9b1396ace34b3 (diff)
Added Disc # metadata item based on bug 571 (added id3v2 support)
git-svn-id: https://svn.musicpd.org/mpd/trunk@4131 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tag.h b/src/tag.h
index 6720f818..a27fa977 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -44,8 +44,9 @@
#define TAG_ITEM_COMPOSER 7
#define TAG_ITEM_PERFORMER 8
#define TAG_ITEM_COMMENT 9
+#define TAG_ITEM_DISC 10
-#define TAG_NUM_OF_ITEM_TYPES 10
+#define TAG_NUM_OF_ITEM_TYPES 11
extern char * mpdTagItemKeys[];