]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
config: Enable HbbTV parser by default
authorKacper Michajłow <kasper93@gmail.com>
Mon, 28 Nov 2022 20:00:47 +0000 (21:00 +0100)
committerFlole998 <Flole998@users.noreply.github.com>
Mon, 28 Nov 2022 21:32:36 +0000 (22:32 +0100)
It make sense to include it always when available

Link: https://tvheadend.org/issues/6223
Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
src/config.c

index 1e3933e2a08e0898002b49829c257b9ab9cb01a5..8fd34b49a050d843c4a99fc0d24f382bde2f0d7d 100644 (file)
@@ -2596,6 +2596,7 @@ const idclass_t config_class = {
       .desc   = N_("Parse HbbTV information from services."),
       .off    = offsetof(config_t, hbbtv),
       .group  = 7,
+      .def.i  = 1,
     },
     {
       .type   = PT_BOOL,