mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
add unique id
Zeroconf TXT record is missing
This commit is contained in:
@@ -588,6 +588,7 @@ void JsonClientConnection::handleSysInfoCommand(const QJsonObject&, const QStrin
|
||||
hyperion["version" ] = QString(HYPERION_VERSION);
|
||||
hyperion["build" ] = QString(HYPERION_BUILD_ID);
|
||||
hyperion["time" ] = QString(__DATE__ " " __TIME__);
|
||||
hyperion["id" ] = _hyperion->id;
|
||||
info["hyperion"] = hyperion;
|
||||
|
||||
// send the result
|
||||
|
Reference in New Issue
Block a user