]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
satip client: fix type for specinv, fixes #5190
authorJaroslav Kysela <perex@perex.cz>
Tue, 4 Sep 2018 11:06:59 +0000 (13:06 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 4 Sep 2018 11:07:07 +0000 (13:07 +0200)
src/input/mpegts/satip/satip_frontend.c

index cce839c037e78d2578d0ff8582e4f38fbbc34d18..0f82338307319cfc4cc39490c18bc5e49b148e07 100644 (file)
@@ -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."),