]> 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:06:59 +0000 (13:06 +0200)
src/input/mpegts/satip/satip_frontend.c

index 981ef5171f95cc678a7ee049735690822d9af7a1..defa968d8860c0e829d77bc13247df83ae4ba9f7 100644 (file)
@@ -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."),