We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07668ea + ecbe45c commit 08e3c02Copy full SHA for 08e3c02
1 file changed
src/sticker.c
@@ -55,7 +55,7 @@ bool
55
mpd_send_sticker_dec(struct mpd_connection *connection, const char *type,
56
const char *uri, const char *name, unsigned value)
57
{
58
- return mpd_send_s_s_s_s_u_command(connection, "sticker", "inc",
+ return mpd_send_s_s_s_s_u_command(connection, "sticker", "dec",
59
type, uri, name, value);
60
}
61
0 commit comments