forked from len0rd/rockbox
Enabled playlist functions on tracks in tagcache
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9877 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b9615514bf
commit
a85b23fa5b
3 changed files with 36 additions and 25 deletions
10
apps/tree.c
10
apps/tree.c
|
@ -766,14 +766,10 @@ static bool dirbrowse(void)
|
|||
else {
|
||||
if (id3db)
|
||||
{
|
||||
switch (tc.currtable)
|
||||
if (tagtree_get_attr(&tc) == TREE_ATTR_MPA)
|
||||
{
|
||||
case navibrowse:
|
||||
if (tc.currextra != tag_title)
|
||||
break;
|
||||
attr=TREE_ATTR_MPA;
|
||||
tagtree_get_filename(&tc, buf, sizeof(buf));
|
||||
break;
|
||||
attr = TREE_ATTR_MPA;
|
||||
tagtree_get_filename(&tc, buf, sizeof(buf));
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue