From: Jaroslav Kysela Date: Tue, 4 Sep 2018 11:06:59 +0000 (+0200) Subject: satip client: fix type for specinv, fixes #5190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da1b2dc390701c8a044ddad080d47b05bd6d90ee;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 981ef5171..defa968d8 100644 --- a/src/input/mpegts/satip/satip_frontend.c +++ b/src/input/mpegts/satip/satip_frontend.c @@ -317,7 +317,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."),