diff --git a/src/mpd_client/search_local.c b/src/mpd_client/search_local.c index e601427d8..fb39c04cc 100644 --- a/src/mpd_client/search_local.c +++ b/src/mpd_client/search_local.c @@ -196,7 +196,7 @@ void *free_search_expression_list(struct t_list *expr_list) { * Searches for a string in mpd tag values * @param song pointer to mpd song struct * @param expr_list expression list returned by parse_search_expression - * @param browse_tag_types tags for special "any" tag in expression + * @param tag_types tags for special "any" tag in expression * @return expression result */ bool search_song_expression(const struct mpd_song *song, const struct t_list *expr_list, const struct t_tags *tag_types) { diff --git a/src/mpd_client/tags.c b/src/mpd_client/tags.c index 0abdf0c45..42bcc28e5 100644 --- a/src/mpd_client/tags.c +++ b/src/mpd_client/tags.c @@ -325,7 +325,6 @@ sds print_song_tags(sds buffer, bool tags_enabled, const struct t_tags *tagcols, * Prints the tag values for an album as json string * @param buffer already allocated sds string to append the values * @param tagcols pointer to t_tags struct (tags to retrieve) - * @param albumid the albumid from the album_cache * @param album pointer to a mpd_song struct representing the album * @return new sds pointer to buffer */