From bb13650d666a51df382c8898d6d5dff1e7cdf178 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sun, 14 Feb 2010 12:45:59 +0000 Subject: Have tagcache_fill_tags also fill the length entry of the mp3entry structure. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24647 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagcache.c | 1 + 1 file changed, 1 insertion(+) 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) 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); -- cgit v1.2.3