tag: removed the "_ITEM_" suffix from the enum names

This commit is contained in:
Max Kellermann
2009-10-13 16:12:45 +02:00
parent a9dc0e816c
commit ea616b3ed4
23 changed files with 161 additions and 166 deletions

View File

@@ -52,11 +52,11 @@ visit_tag(struct visit_data *data, const struct tag *tag)
const struct tag_item *item = tag->items[i];
switch (item->type) {
case TAG_ITEM_ARTIST:
case TAG_ARTIST:
strset_add(data->artists, item->value);
break;
case TAG_ITEM_ALBUM:
case TAG_ALBUM:
strset_add(data->albums, item->value);
break;