Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
IPTV: remove autodiscovery from the network configuration (it's not u…
…sed)
  • Loading branch information
perexg committed Oct 15, 2015
1 parent 6914b9f commit 7b05759
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/input/mpegts/iptv/iptv.c
Expand Up @@ -573,6 +573,10 @@ const idclass_t iptv_network_class = {
.set = iptv_network_class_icon_url_set,
.opts = PO_MULTILINE
},
{
.id = "autodiscovery",
.type = PT_NONE,
},
{}
}
};
Expand Down Expand Up @@ -708,6 +712,7 @@ iptv_network_create0
in->mn_config_save = iptv_network_config_save;

/* Defaults */
in->mn_autodiscovery = 0;
if (!conf) {
in->mn_skipinitscan = 1;
}
Expand Down

0 comments on commit 7b05759

Please sign in to comment.