mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-29 08:56:18 +02:00
added Host, Snapcast and Config to Client json
This commit is contained in:
parent
d8e23fadac
commit
8ddf928b9a
3 changed files with 167 additions and 52 deletions
|
@ -84,7 +84,7 @@ ClientInfoPtr Config::getClientInfo(const std::string& macAddress, bool add)
|
|||
|
||||
for (auto client: clients)
|
||||
{
|
||||
if (client->macAddress == macAddress)
|
||||
if (client->host.mac == macAddress)
|
||||
return client;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue