From 5296b2eb39930acd58895fd848aeae45a3bfdfa8 Mon Sep 17 00:00:00 2001 From: Diego Waxemberg Date: Thu, 28 May 2015 23:47:30 -0700 Subject: [PATCH] now stop app asset requests before attempting to start a stream --- Limelight/ViewControllers/MainFrameViewController.m | 1 + 1 file changed, 1 insertion(+) 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];