internal/pipewire: post-sync cleanup functions

This makes it easier to handle resources who only needs to stay alive before the next sync.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-12-06 20:59:41 +09:00
parent 5e7861bb00
commit f44923da29
2 changed files with 65 additions and 2 deletions

View File

@@ -372,7 +372,8 @@ func (core *Core) Sync() error {
return err
}
}
return core.ctx.cloneProxyErrors()
return core.ctx.doSyncComplete()
}
// The CorePong message is sent from the client to the server when the server emits the Ping event.