[mpd] Adjust so "sendmessage pairing" now gives an arglist to remote_pairing_kickoff()
This commit is contained in:
parent
50822abc5c
commit
0642171de0
|
@ -3520,7 +3520,7 @@ channel_outputvolume(const char *message)
|
||||||
static void
|
static void
|
||||||
channel_pairing(const char *message)
|
channel_pairing(const char *message)
|
||||||
{
|
{
|
||||||
remote_pairing_kickoff_bypin(message);
|
remote_pairing_kickoff((char **)&message);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct mpd_channel
|
struct mpd_channel
|
||||||
|
|
Loading…
Reference in New Issue