mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-11 08:06:41 +02:00
Host: added update function
This commit is contained in:
parent
5cc3c157a7
commit
cc057eef29
2 changed files with 9 additions and 1 deletions
|
@ -147,6 +147,7 @@ void StreamServer::onMessageReceived(ControlSession* controlSession, const std::
|
|||
jClient = Config::instance().getClientInfos();
|
||||
|
||||
Host host;
|
||||
host.update();
|
||||
//TODO: Set MAC and IP
|
||||
Snapserver snapserver("Snapserver", VERSION);
|
||||
response = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue