mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-07 00:06:05 +00:00
Rework handling of addresses to allow alternate HTTP ports
This commit is contained in:
@@ -1048,7 +1048,7 @@ bool Session::startConnectionAsync()
|
||||
return false;
|
||||
}
|
||||
|
||||
QByteArray hostnameStr = m_Computer->activeAddress.toLatin1();
|
||||
QByteArray hostnameStr = m_Computer->activeAddress.address().toLatin1();
|
||||
QByteArray siAppVersion = m_Computer->appVersion.toLatin1();
|
||||
|
||||
SERVER_INFORMATION hostInfo;
|
||||
|
||||
Reference in New Issue
Block a user