mpegts: notify when a network entry is added
This commit is contained in:
parent
7e110fe75d
commit
936c3727c5
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue