mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-11 10:26:04 +00:00
Use the real online status rather than always assuming YES
This commit is contained in:
@@ -134,9 +134,7 @@
|
||||
existingHost.externalAddress = host.externalAddress;
|
||||
}
|
||||
existingHost.activeAddress = host.activeAddress;
|
||||
|
||||
// Set the host online now
|
||||
existingHost.online = YES;
|
||||
existingHost.online = host.online;
|
||||
return NO;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user