summaryrefslogtreecommitdiff
path: root/apps/tagcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r--apps/tagcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index 7b7aa021c3..f449f1344e 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -27,6 +27,7 @@ enum tag_type { tag_artist = 0, tag_album, tag_genre, tag_title,
27 tag_tracknumber, tag_bitrate, tag_length, tag_playcount, tag_rating, 27 tag_tracknumber, tag_bitrate, tag_length, tag_playcount, tag_rating,
28 tag_playtime, tag_lastplayed, tag_commitid, 28 tag_playtime, tag_lastplayed, tag_commitid,
29 /* Virtual tags */ 29 /* Virtual tags */
30 tag_virt_length_min, tag_virt_length_sec,
30 tag_virt_entryage, tag_virt_autoscore }; 31 tag_virt_entryage, tag_virt_autoscore };
31 32
32#define TAG_COUNT 17 33#define TAG_COUNT 17