1
0
Fork 0
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:
Björn Stenberg 2003-01-28 22:33:55 +00:00
parent d5934e09a4
commit b82241b970

View file

@ -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;
} }