From ea616b3ed4c1e94f29ac32bcd7751943e2d647a0 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Tue, 13 Oct 2009 16:12:45 +0200
Subject: tag: removed the "_ITEM_" suffix from the enum names

---
 src/icy_metadata.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/icy_metadata.c')

diff --git a/src/icy_metadata.c b/src/icy_metadata.c
index 69aa89092..4089e9c6f 100644
--- a/src/icy_metadata.c
+++ b/src/icy_metadata.c
@@ -95,7 +95,7 @@ icy_parse_tag_item(struct tag *tag, const char *item)
 
 	if (p[0] != NULL && p[1] != NULL) {
 		if (strcmp(p[0], "StreamTitle") == 0)
-			icy_add_item(tag, TAG_ITEM_TITLE, p[1]);
+			icy_add_item(tag, TAG_TITLE, p[1]);
 		else
 			g_debug("unknown icy-tag: '%s'", p[0]);
 	}
-- 
cgit v1.2.3