summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/playlist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index 599022817d..88cb375568 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -3023,7 +3023,6 @@ int playlist_resume(void)
3023 STORAGE_ALIGN_BUFFER(buffer, buflen); 3023 STORAGE_ALIGN_BUFFER(buffer, buflen);
3024 buflen = ALIGN_DOWN(buflen, 512); /* to avoid partial sector I/O */ 3024 buflen = ALIGN_DOWN(buflen, 512); /* to avoid partial sector I/O */
3025 3025
3026 playlist_shutdown(); /* flush any cached control commands to disk */
3027 empty_playlist_unlocked(playlist, true); 3026 empty_playlist_unlocked(playlist, true);
3028 3027
3029 playlist->control_fd = open(playlist->control_filename, O_RDWR); 3028 playlist->control_fd = open(playlist->control_filename, O_RDWR);