stored_playlist: emit idle event on delete
The "rm" command did not send notifications to idle clients. Add it.
This commit is contained in:
		@@ -277,6 +277,7 @@ spl_delete(const char *name_utf8)
 | 
				
			|||||||
			? PLAYLIST_RESULT_NO_SUCH_LIST
 | 
								? PLAYLIST_RESULT_NO_SUCH_LIST
 | 
				
			||||||
			: PLAYLIST_RESULT_ERRNO;
 | 
								: PLAYLIST_RESULT_ERRNO;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						idle_add(IDLE_STORED_PLAYLIST);
 | 
				
			||||||
	return PLAYLIST_RESULT_SUCCESS;
 | 
						return PLAYLIST_RESULT_SUCCESS;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user