mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Fix spurious "Failed to connect to PC" dialogs for mDNS-discovered hosts
This commit is contained in:
@@ -366,7 +366,9 @@ private:
|
|||||||
try {
|
try {
|
||||||
serverInfo = http.getServerInfo();
|
serverInfo = http.getServerInfo();
|
||||||
} catch (...) {
|
} catch (...) {
|
||||||
emit computerAddCompleted(false);
|
if (!m_Mdns) {
|
||||||
|
emit computerAddCompleted(false);
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user