summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deadbeef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 172f7851..b47cd1c8 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -91,6 +91,7 @@ enum {
DDB_TAG_APEV2 = (1<<12),
DDB_TAG_VORBISCOMMENTS = (1<<13),
DDB_TAG_CUESHEET = (1<<14),
+ DDB_TAG_ICY = (1<<15),
DDB_TAG_MASK = 0x0000ff00
};