Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
wizard: save the URL for auto-network, fixes #4091
  • Loading branch information
perexg committed Nov 22, 2016
1 parent 3a113b6 commit f2371cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wizard.c
Expand Up @@ -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
Expand Down

0 comments on commit f2371cf

Please sign in to comment.