forked from len0rd/rockbox
Fix returning to wps from a plugin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29463 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
224c8262ee
commit
cbb68d41fe
1 changed files with 2 additions and 1 deletions
|
@ -324,7 +324,8 @@ static int miscscrn(void * param)
|
|||
switch (result)
|
||||
{
|
||||
case GO_TO_PLAYLIST_VIEWER:
|
||||
return GO_TO_PLAYLIST_VIEWER;
|
||||
case GO_TO_WPS:
|
||||
return result;
|
||||
default:
|
||||
return GO_TO_ROOT;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue