Show CAID in hexadecimal in web ui
This commit is contained in:
parent
49ae767d0b
commit
21f146dc85
1 changed files with 3 additions and 1 deletions
|
@ -1448,7 +1448,9 @@ extjs_servicedetails(http_connection_t *hc,
|
|||
break;
|
||||
|
||||
case SCT_CA:
|
||||
htsmsg_add_str(c, "details", psi_caid2name(st->st_caid));
|
||||
snprintf(buf, sizeof(buf), "%s (0x%04x)",
|
||||
psi_caid2name(st->st_caid), st->st_caid);
|
||||
htsmsg_add_str(c, "details", buf);
|
||||
break;
|
||||
|
||||
case SCT_AC3:
|
||||
|
|
Loading…
Add table
Reference in a new issue