Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cwc: fix keepalive interval settings, fixes #4137
  • Loading branch information
perexg committed Dec 15, 2016
1 parent 8b33bda commit df9bd3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/descrambler/cwc.c
Expand Up @@ -1890,6 +1890,7 @@ const idclass_t caclient_cwc_class =
.id = "keepalive_interval",
.name = N_("Keepalive interval"),
.desc = N_("Keepalive interval in seconds"),
.off = offsetof(cwc_t, cwc_keepalive_interval),
.def.i = CWC_KEEPALIVE_INTERVAL,
},
{ }
Expand Down
2 changes: 1 addition & 1 deletion src/webui/static/app/caclient.js
Expand Up @@ -24,7 +24,7 @@ tvheadend.caclient = function(panel, index) {

var list = 'enabled,name,username,password,hostname,mode,camdfilename,' +
'port,deskey,emm,emmex,caid,providerid,tsid,sid,' +
'key_even,key_odd,comment';
'key_even,key_odd,keepalive_interval,comment';

tvheadend.idnode_form_grid(panel, {
clazz: 'caclient',
Expand Down

0 comments on commit df9bd3e

Please sign in to comment.