Skip to content

Commit

Permalink
Fix mpd_send_sticker_dec
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Dec 15, 2024
1 parent 07668ea commit ecbe45c
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 ecbe45c

Please sign in to comment.