]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
IPTV: remove autodiscovery from the network configuration (it's not used)
authorJaroslav Kysela <perex@perex.cz>
Thu, 15 Oct 2015 19:13:06 +0000 (21:13 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 15 Oct 2015 19:13:06 +0000 (21:13 +0200)
src/input/mpegts/iptv/iptv.c

index 7de7bbcc25cebbf999df97a95461e3deb9fea44c..bf823f2a201a1e12ec9bdc337c0d6367f6eca615 100644 (file)
@@ -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,
+    },
     {}
   }
 };
@@ -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;
   }