Index: apps/playlist_viewer.c =================================================================== --- apps/playlist_viewer.c (revision 14396) +++ apps/playlist_viewer.c (working copy) @@ -281,6 +281,12 @@ /* Try to restore the list from control file */ have_list = (playlist_resume() != -1); } + if (!have_list && (playlist_amount() > 0)) + { + /*If dynamic playlist still exists, view it anyway even + if playback has reached the end of the playlist */ + have_list = true; + } if (!have_list) { /* Nothing to view, exit */