mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +00:00
now stop app asset requests before attempting to start a stream
This commit is contained in:
@@ -241,6 +241,7 @@ static NSArray* appList;
|
|||||||
_streamConfig.height = [streamSettings.height intValue];
|
_streamConfig.height = [streamSettings.height intValue];
|
||||||
_streamConfig.width = [streamSettings.width intValue];
|
_streamConfig.width = [streamSettings.width intValue];
|
||||||
|
|
||||||
|
[_appManager stopRetrieving];
|
||||||
|
|
||||||
if (currentPosition != FrontViewPositionLeft) {
|
if (currentPosition != FrontViewPositionLeft) {
|
||||||
[[self revealViewController] revealToggle:self];
|
[[self revealViewController] revealToggle:self];
|
||||||
|
|||||||
Reference in New Issue
Block a user