aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/stored_playlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stored_playlist.c b/src/stored_playlist.c
index 61d4d8cc..18cd8430 100644
--- a/src/stored_playlist.c
+++ b/src/stored_playlist.c
@@ -277,6 +277,7 @@ spl_delete(const char *name_utf8)
? PLAYLIST_RESULT_NO_SUCH_LIST
: PLAYLIST_RESULT_ERRNO;
+ idle_add(IDLE_STORED_PLAYLIST);
return PLAYLIST_RESULT_SUCCESS;
}