Commit fdc9a4cc authored by Max Kellermann's avatar Max Kellermann

stored_playlist: emit idle event on delete

The "rm" command did not send notifications to idle clients. Add it.
parent 93598e28
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment