From: Jaroslav Kysela Date: Tue, 4 Sep 2018 11:06:59 +0000 (+0200) Subject: satip client: fix type for specinv, fixes #5190 X-Git-Tag: v4.2.7~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e59dcde7a7afb9372dc27af5a137714e7f76db63;p=thirdparty%2Ftvheadend.git satip client: fix type for specinv, fixes #5190 --- diff --git a/src/input/mpegts/satip/satip_frontend.c b/src/input/mpegts/satip/satip_frontend.c index cce839c03..0f8233830 100644 --- a/src/input/mpegts/satip/satip_frontend.c +++ b/src/input/mpegts/satip/satip_frontend.c @@ -228,7 +228,7 @@ const idclass_t satip_frontend_class = .off = offsetof(satip_frontend_t, sf_pass_weight), }, { - .type = PT_BOOL, + .type = PT_INT, .id = "specinv", .name = N_("Pass specinv"), .desc = N_("Pass Spectrum inversion to the SAT>IP server."),