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