mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-02-16 10:31:02 +00:00
fixed issue where we wouldn't terminate the stream on failure
This commit is contained in:
@@ -114,6 +114,8 @@
|
||||
}]];
|
||||
[self presentViewController:alert animated:YES completion:nil];
|
||||
});
|
||||
|
||||
[_streamMan stopStreamInternal];
|
||||
}
|
||||
|
||||
- (void) launchFailed:(NSString*)message {
|
||||
|
||||
Reference in New Issue
Block a user