From: Jaroslav Kysela Date: Sun, 25 Feb 2018 17:41:34 +0000 (+0100) Subject: config: fix IPTV threads field type (bool -> int) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d7dad5fd0baa5a17ed8854c7f0bba7f2d86a2dc;p=thirdparty%2Ftvheadend.git config: fix IPTV threads field type (bool -> int) --- diff --git a/src/config.c b/src/config.c index 1105d80b6..8281066bd 100644 --- a/src/config.c +++ b/src/config.c @@ -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 "