diff options
-rw-r--r-- | apps/playlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/playlist.c b/apps/playlist.c index b1d5d5a4be..70a1a0823e 100644 --- a/apps/playlist.c +++ b/apps/playlist.c | |||
@@ -2154,6 +2154,7 @@ int playlist_resume(void) | |||
2154 | } | 2154 | } |
2155 | buffer = core_get_data(handle); | 2155 | buffer = core_get_data(handle); |
2156 | 2156 | ||
2157 | playlist_shutdown(); /* flush any cached control commands to disk */ | ||
2157 | empty_playlist(playlist, true); | 2158 | empty_playlist(playlist, true); |
2158 | 2159 | ||
2159 | playlist->control_fd = open(playlist->control_filename, O_RDWR); | 2160 | playlist->control_fd = open(playlist->control_filename, O_RDWR); |