From: Jaroslav Kysela Date: Mon, 17 Mar 2014 08:23:05 +0000 (+0100) Subject: Fix the service <-> channel mapping editor #2 X-Git-Tag: v4.1~2223^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3caabf08ad2b4697bf4fdbdb7833e936a4ec346f;p=thirdparty%2Ftvheadend.git Fix the service <-> channel mapping editor #2 - the clients of the origin service entry should be also notified --- diff --git a/src/service.c b/src/service.c index 851512a5b..0f4bcc77e 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; }