]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix the service <-> channel mapping editor #2
authorJaroslav Kysela <perex@perex.cz>
Mon, 17 Mar 2014 08:23:05 +0000 (09:23 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 17 Mar 2014 08:25:13 +0000 (09:25 +0100)
- the clients of the origin service entry should be also notified

src/service.c

index 851512a5ba53bd598af87602b24299b3dcfc1b02..0f4bcc77e1cfb4585bb8b277b9dd8adda76f50e0 100644 (file)
@@ -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;
 }