From: Jaroslav Kysela Date: Tue, 22 Nov 2016 10:27:00 +0000 (+0100) Subject: wizard: save the URL for auto-network, fixes #4091 X-Git-Tag: v4.2.1~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2371cfc8bf2a4dde581a25a17808250bbd7e3cc;p=thirdparty%2Ftvheadend.git wizard: save the URL for auto-network, fixes #4091 --- diff --git a/src/wizard.c b/src/wizard.c index 226eb047d..ca36c3971 100644 --- a/src/wizard.c +++ b/src/wizard.c @@ -748,6 +748,7 @@ static void muxes_changed(idnode_t *in) htsmsg_t *m = htsmsg_create_map(); htsmsg_add_str(m, "url", w->iptv_url[idx]); idnode_load(&mn->mn_id, m); + idnode_changed(&mn->mn_id); htsmsg_destroy(m); } #endif