feat(host): recover desktop audio fanout after sink replacement
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ impl Routing {
|
||||
// by this actor connection, not a module owned by pipewire-pulse. The
|
||||
// actor also absorbs the per-app router so every sink-owning mode has one
|
||||
// graph lifetime and one readiness handshake.
|
||||
let (graph_owner, mut event_rx) = AudioGraphOwner::start(
|
||||
let (graph_owner, mut event_rx, _identity_rx) = AudioGraphOwner::start(
|
||||
opts.app.clone(),
|
||||
CaptureSinkSpec::for_pid(pid),
|
||||
health.clone(),
|
||||
|
||||
Reference in New Issue
Block a user