diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/tagtree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c index 0a1536d..dda7205 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -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); |