diff --git a/apps/tagcache.c b/apps/tagcache.c index 6dfc88bba4..42ef2d3ef0 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -130,7 +130,7 @@ static long tempbuf_pos; static const char *tags_str[] = { "artist", "album", "genre", "title", "filename", "composer", "comment", "albumartist", "grouping", "year", "discnumber", "tracknumber", "bitrate", "length", "playcount", "rating", - "playtime", "lastplayed", "commitid", "mtime" }; + "playtime", "lastplayed", "commitid", "mtime", "lastoffset" }; /* Status information of the tagcache. */ static struct tagcache_stat tc_stat; diff --git a/apps/tagcache.h b/apps/tagcache.h index 8c09063fb9..59f8b8bc9a 100644 --- a/apps/tagcache.h +++ b/apps/tagcache.h @@ -26,7 +26,7 @@ #include "metadata.h" /** - Note: When adding new tags, make sure to update index_entry_ec in + Note: When adding new tags, make sure to update index_entry_ec and tags_str in tagcache.c and bump up the header version too. */ enum tag_type { tag_artist = 0, tag_album, tag_genre, tag_title,