diff --git a/src/pipewire_connection/mod.rs b/src/pipewire_connection/mod.rs index f7ba1a0..a0cf429 100644 --- a/src/pipewire_connection/mod.rs +++ b/src/pipewire_connection/mod.rs @@ -65,7 +65,9 @@ pub(super) fn thread_main( while !is_stopped.get() { // Try to connect - let core = match context.connect(None) { + let core = match context.connect(Some(properties! { + "media.category" => "Manager" + })) { Ok(core) => Rc::new(core), Err(_) => { if !is_connecting {