Index: apps/playlist_viewer.c =================================================================== --- apps/playlist_viewer.c (revision 14398) +++ apps/playlist_viewer.c (working copy) @@ -574,17 +574,10 @@ while (!exit) { int track; - if (global_status.resume_index == -1) - { - /* Play has stopped */ - gui_syncsplash(HZ, str(LANG_END_PLAYLIST)); - goto exit; - } - if (viewer.move_track != -1) gui_synclist_flash(&playlist_lists); - if (!viewer.playlist) + if (global_status.resume_index != -1 && !viewer.playlist) playlist_get_resume_info(&track); else track = -1;