mpegts: notify when a network entry is added

This commit is contained in:
Adam Sutton 2013-07-06 15:11:19 +01:00
parent 7e110fe75d
commit 936c3727c5

View file

@ -222,6 +222,10 @@ mpegts_network_create0
mn->mn_display_name(mn, buf, sizeof(buf));
tvhtrace("mpegts", "created network %s", buf);
/* Notification */
idnode_notify("mpegts_network", &mn->mn_id, 0);
return mn;
}