mirror of
				https://github.com/SuperBFG7/ympd
				synced 2025-10-31 13:53:00 +00:00 
			
		
		
		
	Fix: use mpd_search_add_db_songs_to_playlist
This commit is contained in:
		| @@ -2178,8 +2178,8 @@ int mympd_search_v21(char *buffer, char *searchstr, char *filter, char *plist, u | ||||
|             RETURN_ERROR_AND_RECOVER("mpd_search_add_db_songs"); | ||||
|     } | ||||
|     else { | ||||
|         if (mpd_search_add_pl_db_songs(mpd.conn, plist) == false) | ||||
|             RETURN_ERROR_AND_RECOVER("mpd_search_add_pl_db_songs"); | ||||
|         if (mpd_search_add_db_songs_to_playlist(mpd.conn, plist) == false) | ||||
|             RETURN_ERROR_AND_RECOVER("mpd_search_add_db_songs_to_playlist"); | ||||
|     } | ||||
|      | ||||
|     if (strcmp(filter, "any") == 0) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jcorporation
					jcorporation