forked from len0rd/rockbox
Forgot to add playing <All songs> list...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5737 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9493f8d9ac
commit
d2998ff201
1 changed files with 2 additions and 1 deletions
|
@ -271,7 +271,7 @@ int db_load(struct tree_context* c)
|
|||
|
||||
case songs4artist:
|
||||
/* 'extra' is offset to the artist, used as filter */
|
||||
offset = songstart;
|
||||
offset = songstart + c->firstpos * (songlen + 12);
|
||||
itemcount = songcount;
|
||||
stringlen = songlen;
|
||||
break;
|
||||
|
@ -507,6 +507,7 @@ int db_enter(struct tree_context* c)
|
|||
|
||||
case allsongs:
|
||||
case songs4album:
|
||||
case songs4artist:
|
||||
case searchsongs:
|
||||
c->dirlevel--;
|
||||
if (db_play_folder(c) >= 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue