diff --git a/modules/module-standard-event-source.c b/modules/module-standard-event-source.c index e23696bc..f89fc00b 100644 --- a/modules/module-standard-event-source.c +++ b/modules/module-standard-event-source.c @@ -353,6 +353,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)) {