mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-01 02:03:45 -04:00
[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…
x
Reference in New Issue
Block a user