Fix mDNS detection of hosts with the same IP address

This is the case for PCs running GFE and Sunshine side-by-side.
This commit is contained in:
Cameron Gutman
2023-02-25 20:29:17 -06:00
parent 94b202f7b6
commit f659af29da
4 changed files with 7 additions and 44 deletions

View File

@@ -431,11 +431,6 @@ public class ComputerManagerService extends Service {
}
}
@Override
public void notifyComputerRemoved(MdnsComputer computer) {
// Nothing to do here
}
@Override
public void notifyDiscoveryFailure(Exception e) {
LimeLog.severe("mDNS discovery failed");