diff --git a/apps/playlist.c b/apps/playlist.c index e6affc7460..8c208687c8 100644 --- a/apps/playlist.c +++ b/apps/playlist.c @@ -1928,6 +1928,8 @@ int playlist_resume(void) return -1; } + playlist->started = true; + while (1) { int result = 0;