From: Kacper Michajłow Date: Mon, 28 Nov 2022 20:00:47 +0000 (+0100) Subject: config: Enable HbbTV parser by default X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8854960361b0fb6846f0912f509dfad61f3ccbf;p=thirdparty%2Ftvheadend.git config: Enable HbbTV parser by default It make sense to include it always when available Link: https://tvheadend.org/issues/6223 Signed-off-by: Kacper Michajłow --- diff --git a/src/config.c b/src/config.c index 1e3933e2a..8fd34b49a 100644 --- a/src/config.c +++ b/src/config.c @@ -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,