diff --git a/Limelight/ViewControllers/MainFrameViewController.m b/Limelight/ViewControllers/MainFrameViewController.m index 13f02b8..d295d8e 100644 --- a/Limelight/ViewControllers/MainFrameViewController.m +++ b/Limelight/ViewControllers/MainFrameViewController.m @@ -854,7 +854,7 @@ static NSMutableSet* hostList; delegate.shortcutCompletionHandler = nil; } - if (matchingHost != nil && _selectedHost != matchingHost && matchingHost.state != StateOffline) { + if (matchingHost != nil && _selectedHost != matchingHost) { // Navigate to the host page [self hostClicked:matchingHost view:nil]; }