mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-06 11:17:44 +02:00
Don't send client update as Client.Set response
This commit is contained in:
parent
86f766721d
commit
506f179ed2
3 changed files with 7 additions and 4 deletions
|
@ -196,7 +196,7 @@ void StreamServer::onMessageReceived(ControlSession* controlSession, const std::
|
|||
|
||||
Config::instance().save();
|
||||
json notification = JsonNotification::getJson("Client.OnUpdate", clientInfo->toJson());
|
||||
controlServer_->send(notification.dump());
|
||||
controlServer_->send(notification.dump(), controlSession);
|
||||
}
|
||||
|
||||
controlSession->send(request.getResponse(response).dump());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue