send eventId with events

This commit is contained in:
John Törnblom 2011-05-13 21:16:16 +02:00
parent 0ac11db415
commit 2c9e8439ea

View file

@ -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);