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:
parent
287deb0e74
commit
7d1dcd118d
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue