mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-16 21:50:57 +00:00
Allow rediscovery of hosts after deletion without having to force quit the app
This commit is contained in:
@@ -69,6 +69,11 @@
|
||||
|
||||
}
|
||||
|
||||
- (void) resetDiscoveryState {
|
||||
// Allow us to rediscover hosts that were already found before
|
||||
[_mdnsMan forgetHosts];
|
||||
}
|
||||
|
||||
- (void) startDiscovery {
|
||||
if (shouldDiscover) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user