diff options
Diffstat (limited to 'apps/tagtree.c')
| -rw-r--r-- | apps/tagtree.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c index 885ff3e..59be2a8 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -206,6 +206,8 @@ static int get_tag(int *tag) MATCH(tag, buf, "year", tag_year); MATCH(tag, buf, "playcount", tag_playcount); MATCH(tag, buf, "lastplayed", tag_lastplayed); + MATCH(tag, buf, "commitid", tag_commitid); + MATCH(tag, buf, "entryage", tag_virt_entryage); MATCH(tag, buf, "autoscore", tag_virt_autoscore); MATCH(tag, buf, "%sort", var_sorttype); MATCH(tag, buf, "%limit", var_limit); |