]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
wizard: save the URL for auto-network, fixes #4091
authorJaroslav Kysela <perex@perex.cz>
Tue, 22 Nov 2016 10:27:00 +0000 (11:27 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 22 Nov 2016 10:27:00 +0000 (11:27 +0100)
src/wizard.c

index 226eb047d996cc8a7ae6916e1c998b62a784c439..ca36c397194aa7540316102b00d852de29d18d3a 100644 (file)
@@ -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