Merge pull request #3585 from thornbill/moar-router-cleanup

This commit is contained in:
Bill Thornton
2022-04-25 17:20:05 -04:00
committed by GitHub
3 changed files with 134 additions and 198 deletions
+4
View File
@@ -163,6 +163,10 @@ async function onAppReady() {
import('../assets/css/ios.scss');
}
Events.on(appHost, 'resume', () => {
ServerConnections.currentApiClient()?.ensureWebSocket();
});
appRouter.start();
if (!browser.tv && !browser.xboxOne && !browser.ps4) {