From 85820bf812bd3a21bc5368f55472150b46c49ac4 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 28 Dec 2018 01:24:18 -0800 Subject: [PATCH] Use the real online status rather than always assuming YES --- Limelight/Network/DiscoveryManager.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Limelight/Network/DiscoveryManager.m b/Limelight/Network/DiscoveryManager.m index 3364505..af25e95 100644 --- a/Limelight/Network/DiscoveryManager.m +++ b/Limelight/Network/DiscoveryManager.m @@ -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 {