diff options
Diffstat (limited to 'apps/tagtree.c')
-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 59fb8c131f..f9ae0bebd3 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -200,6 +200,7 @@ static int get_tag(int *tag) MATCH(tag, buf, "comment", tag_comment); MATCH(tag, buf, "albumartist", tag_albumartist); MATCH(tag, buf, "ensemble", tag_albumartist); + MATCH(tag, buf, "grouping", tag_grouping); MATCH(tag, buf, "genre", tag_genre); MATCH(tag, buf, "length", tag_length); MATCH(tag, buf, "Lm", tag_virt_length_min); |