diff --git a/src/service.c b/src/service.c index 851512a5..0f4bcc77 100644 --- a/src/service.c +++ b/src/service.c @@ -105,6 +105,8 @@ service_class_channel_set service_mapper_clean(svc, NULL, 1); /* no save - the link information is in the saved channel record */ + /* only send a notify about the change to other clients */ + idnode_notify_simple(&svc->s_id); return 0; }