From da1b2dc390701c8a044ddad080d47b05bd6d90ee Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 4 Sep 2018 13:06:59 +0200 Subject: [PATCH] satip client: fix type for specinv, fixes #5190 --- src/input/mpegts/satip/satip_frontend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."), -- 2.47.3