mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fix API Subscription initialisation (#1354)
* Fix #1352,#1351 * Fix/Add details on client address
This commit is contained in:
@@ -57,3 +57,8 @@ void JsonClientConnection::disconnected()
|
||||
{
|
||||
emit connectionClosed();
|
||||
}
|
||||
|
||||
QHostAddress JsonClientConnection::getClientAddress()
|
||||
{
|
||||
return _socket->peerAddress();
|
||||
}
|
||||
|
Reference in New Issue
Block a user