Skip to content

Commit

Permalink
Fix: api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Jul 29, 2023
1 parent 091cb39 commit 6ee2d1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/mpd_client/search_local.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 0 additions & 1 deletion src/mpd_client/tags.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 6ee2d1c

Please sign in to comment.