summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 3a0a34b621..f523b1c5f2 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -767,10 +767,9 @@ static bool dirbrowse(void)
767 { 767 {
768 switch (tc.currtable) 768 switch (tc.currtable)
769 { 769 {
770 case allsongs: 770 case navibrowse:
771 case songs4album: 771 if (tc.currextra != tag_title)
772 case songs4artist: 772 break;
773 case searchsongs:
774 attr=TREE_ATTR_MPA; 773 attr=TREE_ATTR_MPA;
775 tagtree_get_filename(&tc, buf, sizeof(buf)); 774 tagtree_get_filename(&tc, buf, sizeof(buf));
776 break; 775 break;