[mpd] Adjust so "sendmessage pairing" now gives an arglist to remote_pairing_kickoff()

This commit is contained in:
ejurgensen 2017-06-15 00:00:05 +02:00
parent 50822abc5c
commit 0642171de0
1 changed files with 1 additions and 1 deletions

View File

@ -3520,7 +3520,7 @@ channel_outputvolume(const char *message)
static void
channel_pairing(const char *message)
{
remote_pairing_kickoff_bypin(message);
remote_pairing_kickoff((char **)&message);
}
struct mpd_channel