summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tagcache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index 7efaac0686..6885584a17 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -1613,6 +1613,7 @@ bool tagcache_fill_tags(struct mp3entry *id3, const char *filename)
1613 id3->albumartist = get_tag_string(entry, tag_albumartist); 1613 id3->albumartist = get_tag_string(entry, tag_albumartist);
1614 id3->grouping = get_tag_string(entry, tag_grouping); 1614 id3->grouping = get_tag_string(entry, tag_grouping);
1615 1615
1616 id3->length = get_tag_numeric(entry, tag_length);
1616 id3->playcount = get_tag_numeric(entry, tag_playcount); 1617 id3->playcount = get_tag_numeric(entry, tag_playcount);
1617 id3->rating = get_tag_numeric(entry, tag_rating); 1618 id3->rating = get_tag_numeric(entry, tag_rating);
1618 id3->lastplayed = get_tag_numeric(entry, tag_lastplayed); 1619 id3->lastplayed = get_tag_numeric(entry, tag_lastplayed);