diff options
Diffstat (limited to 'internal/pipewire/core.go')
| -rw-r--r-- | internal/pipewire/core.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/pipewire/core.go b/internal/pipewire/core.go index 3b67a50d..4642bdba 100644 --- a/internal/pipewire/core.go +++ b/internal/pipewire/core.go @@ -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. |
