diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/playlist.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/playlist.c b/apps/playlist.c index e6affc7..8c20868 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; |