From e59dcde7a7afb9372dc27af5a137714e7f76db63 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 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."), -- 2.47.2