From 4a63c09c8633cd7305af01d1f270125f7bd12a1e Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Tue, 4 Apr 2006 19:28:13 +0000 Subject: Initial support for the advanced conditional fully configurable tagcache browser. Browsing not supported by numeric tags yet, and some features work currently only when tagcache is loaded in ram. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9501 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'apps/tree.c') diff --git a/apps/tree.c b/apps/tree.c index 3a0a34b..f523b1c 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -767,10 +767,9 @@ static bool dirbrowse(void) { switch (tc.currtable) { - case allsongs: - case songs4album: - case songs4artist: - case searchsongs: + case navibrowse: + if (tc.currextra != tag_title) + break; attr=TREE_ATTR_MPA; tagtree_get_filename(&tc, buf, sizeof(buf)); break; -- cgit v1.1