diff options
Diffstat (limited to 'src/stored_playlist.c')
-rw-r--r-- | src/stored_playlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stored_playlist.c b/src/stored_playlist.c index 61d4d8cc3..18cd84305 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; } |