diff --git a/modules/module-standard-event-source.c b/modules/module-standard-event-source.c index fba868b8..f85ca080 100644 --- a/modules/module-standard-event-source.c +++ b/modules/module-standard-event-source.c @@ -350,6 +350,7 @@ on_node_state_changed (WpNode *obj, WpNodeState old_state, static void on_object_added (WpObjectManager *om, WpObject *obj, WpStandardEventSource *self) { + wp_standard_event_source_push_event (self, "select-collection", obj, NULL); wp_standard_event_source_push_event (self, "added", obj, NULL); if (WP_IS_PIPEWIRE_OBJECT (obj)) {