mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
testit
This commit is contained in:
parent
156c1b345e
commit
b1cc645161
@ -385,7 +385,7 @@ void HyperionDaemon::startNetworkServices()
|
|||||||
// zeroconf json
|
// zeroconf json
|
||||||
BonjourServiceRegister *bonjourRegister_json = new BonjourServiceRegister();
|
BonjourServiceRegister *bonjourRegister_json = new BonjourServiceRegister();
|
||||||
bonjourRegister_json->registerService(
|
bonjourRegister_json->registerService(
|
||||||
BonjourRecord(mDNSDescr.c_str(), "_hyperiond-json._tcp", QString()),
|
BonjourRecord(mDNSDescr.c_str(), "_hyperiond-json._tcp", QString("some text: here")),
|
||||||
_jsonServer->getPort()
|
_jsonServer->getPort()
|
||||||
);
|
);
|
||||||
Debug(_log, "Json mDNS responder started");
|
Debug(_log, "Json mDNS responder started");
|
||||||
|
Loading…
Reference in New Issue
Block a user