forked from len0rd/rockbox
Show status stopped after playlist ends
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3178 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d5934e09a4
commit
b82241b970
1 changed files with 2 additions and 0 deletions
|
|
@ -741,6 +741,8 @@ bool wps_display(struct mp3entry* id3)
|
||||||
lcd_puts(0, 2, str(LANG_END_PLAYLIST_RECORDER));
|
lcd_puts(0, 2, str(LANG_END_PLAYLIST_RECORDER));
|
||||||
lcd_update();
|
lcd_update();
|
||||||
#endif
|
#endif
|
||||||
|
status_set_playmode(STATUS_STOP);
|
||||||
|
status_draw();
|
||||||
sleep(HZ);
|
sleep(HZ);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue