stored_playlist: emit idle event on delete
The "rm" command did not send notifications to idle clients. Add it.
This commit is contained in:
parent
93598e28f4
commit
fdc9a4cc5a
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue