]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
constcw: fix CSA CBC Constant Code Word UI, fixes #4907
authorJaroslav Kysela <perex@perex.cz>
Wed, 31 Jan 2018 07:53:03 +0000 (08:53 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 31 Jan 2018 07:53:03 +0000 (08:53 +0100)
src/descrambler/constcw.c

index dcd448975aa291dfc600e07dc74e2b97105b041f..44fc9be6db52bc95cda24e741916201d6220d039 100644 (file)
@@ -316,6 +316,7 @@ const idclass_t caclient_ccw_csa_cbc_class =
   .ic_super      = &caclient_class,
   .ic_class      = "caclient_ccw_csa_cbc",
   .ic_caption    = N_("CSA CBC Constant Code Word"),
+  .ic_groups     = caclient_ic_groups,
   .ic_properties = (const property_t[]){
     {
       .type     = PT_U16,