Skip to content

Commit

Permalink
Merge pull request #139 from jcorporation/master
Browse files Browse the repository at this point in the history
Fix mpd_send_sticker_dec
  • Loading branch information
jcorporation authored Dec 15, 2024
2 parents 07668ea + ecbe45c commit 08e3c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sticker.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ bool
mpd_send_sticker_dec(struct mpd_connection *connection, const char *type,
const char *uri, const char *name, unsigned value)
{
return mpd_send_s_s_s_s_u_command(connection, "sticker", "inc",
return mpd_send_s_s_s_s_u_command(connection, "sticker", "dec",
type, uri, name, value);
}

Expand Down

0 comments on commit 08e3c02

Please sign in to comment.