mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
Save hosts when a new host is discovered via mDNS
This commit is contained in:
parent
918b528648
commit
9536c3f8c8
@ -113,6 +113,8 @@ function restoreUiAfterNaClLoad() {
|
|||||||
addHostToGrid(returneMdnsDiscoveredHost, true);
|
addHostToGrid(returneMdnsDiscoveredHost, true);
|
||||||
beginBackgroundPollingOfHost(returneMdnsDiscoveredHost);
|
beginBackgroundPollingOfHost(returneMdnsDiscoveredHost);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
saveHosts();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user