Merge pull request #30 from john-tornblom/pull_request
Send eventId for events
This commit is contained in:
commit
e9d2c111af
1 changed files with 1 additions and 0 deletions
|
@ -715,6 +715,7 @@ htsp_build_event(event_t *e)
|
|||
|
||||
out = htsmsg_create_map();
|
||||
|
||||
htsmsg_add_u32(out, "eventId", e->e_id);
|
||||
htsmsg_add_u32(out, "channelId", e->e_channel->ch_id);
|
||||
htsmsg_add_u32(out, "start", e->e_start);
|
||||
htsmsg_add_u32(out, "stop", e->e_stop);
|
||||
|
|
Loading…
Add table
Reference in a new issue