aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.h
diff options
context:
space:
mode:
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 6720f818d..a27fa9778 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[];