Handle server disconnections/changes

This commit is contained in:
E1int
2025-08-11 17:15:57 +02:00
parent ff6fa87a0a
commit 59082cd6d6
3 changed files with 33 additions and 7 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ func StartupApp(appName, displayAppName, appVersion, appVersionTag, latestReleas
if err == nil {
a.ipcServer = ipc.NewServer(
a.PlaybackManager,
&a.ServerManager.Server,
a.ServerManager,
a.callOnReactivate,
func() { _ = a.callOnExit() })
go a.ipcServer.Serve(listener)