diff --git a/Limelight/ViewControllers/MainFrameViewController.m b/Limelight/ViewControllers/MainFrameViewController.m index 9a129fd..85324c0 100644 --- a/Limelight/ViewControllers/MainFrameViewController.m +++ b/Limelight/ViewControllers/MainFrameViewController.m @@ -241,6 +241,7 @@ static NSArray* appList; _streamConfig.height = [streamSettings.height intValue]; _streamConfig.width = [streamSettings.width intValue]; + [_appManager stopRetrieving]; if (currentPosition != FrontViewPositionLeft) { [[self revealViewController] revealToggle:self];