This commit is contained in:
brindosch 2017-01-30 15:02:11 +01:00
parent 156c1b345e
commit b1cc645161

View File

@ -385,7 +385,7 @@ void HyperionDaemon::startNetworkServices()
// zeroconf json
BonjourServiceRegister *bonjourRegister_json = new BonjourServiceRegister();
bonjourRegister_json->registerService(
BonjourRecord(mDNSDescr.c_str(), "_hyperiond-json._tcp", QString()),
BonjourRecord(mDNSDescr.c_str(), "_hyperiond-json._tcp", QString("some text: here")),
_jsonServer->getPort()
);
Debug(_log, "Json mDNS responder started");