capmt: fix silly error in capmt record building with new connected field
This commit is contained in:
parent
7d6f932bd5
commit
89d7bb308f
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ capmt_record_build(capmt_t *capmt)
|
|||
|
||||
htsmsg_add_str(e, "id", capmt->capmt_id);
|
||||
htsmsg_add_u32(e, "enabled", !!capmt->capmt_enabled);
|
||||
htsmsg_add_u32(e, "connected", !!capmt->capmt_connected);
|
||||
htsmsg_add_u32(e, "connected", capmt->capmt_connected);
|
||||
|
||||
htsmsg_add_str(e, "camdfilename", capmt->capmt_sockfile ?: "");
|
||||
htsmsg_add_u32(e, "port", capmt->capmt_port);
|
||||
|
|
Loading…
Add table
Reference in a new issue