From fdc9a4cc5a464c0ede0c3de7978b9662f5d9136a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 23 Oct 2008 09:54:39 +0200 Subject: stored_playlist: emit idle event on delete The "rm" command did not send notifications to idle clients. Add it. --- src/stored_playlist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; } -- cgit v1.2.3