Skip to content

Commit 08e3c02

Browse files
authored
Merge pull request #139 from jcorporation/master
Fix mpd_send_sticker_dec
2 parents 07668ea + ecbe45c commit 08e3c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sticker.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ bool
5555
mpd_send_sticker_dec(struct mpd_connection *connection, const char *type,
5656
const char *uri, const char *name, unsigned value)
5757
{
58-
return mpd_send_s_s_s_s_u_command(connection, "sticker", "inc",
58+
return mpd_send_s_s_s_s_u_command(connection, "sticker", "dec",
5959
type, uri, name, value);
6060
}
6161

0 commit comments

Comments
 (0)