1
0
Fork 0
forked from len0rd/rockbox

"lastplayed" is also a valid tag.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11064 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2006-09-26 18:24:48 +00:00
parent 287deb0e74
commit 7d1dcd118d

View file

@ -190,6 +190,7 @@ static int get_tag(int *tag)
MATCH(tag, buf, "tracknum", tag_tracknumber);
MATCH(tag, buf, "year", tag_year);
MATCH(tag, buf, "playcount", tag_playcount);
MATCH(tag, buf, "lastplayed", tag_lastplayed);
MATCH(tag, buf, "autoscore", tag_virt_autoscore);
MATCH(tag, buf, "%sort", var_sorttype);
MATCH(tag, buf, "%limit", var_limit);