]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
config: fix IPTV threads field type (bool -> int)
authorJaroslav Kysela <perex@perex.cz>
Sun, 25 Feb 2018 17:41:34 +0000 (18:41 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sun, 25 Feb 2018 17:41:37 +0000 (18:41 +0100)
src/config.c

index 1105d80b6b860d9e8564b58d202c73a24ae06607..8281066bd48ab20789ab5dd964f0598cb0e4f6a2 100644 (file)
@@ -2419,7 +2419,7 @@ const idclass_t config_class = {
       .group  = 6,
     },
     {
-      .type   = PT_BOOL,
+      .type   = PT_INT,
       .id     = "iptv_tpool",
       .name   = N_("IPTV threads"),
       .desc   = N_("Set the number of threads for IPTV to split load "