From: John Törnblom Date: Fri, 13 May 2011 19:16:16 +0000 (+0200) Subject: send eventId with events X-Git-Tag: 2.99~51^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c9e8439ea514c75052610fa580c856d5fedaa99;p=thirdparty%2Ftvheadend.git send eventId with events --- diff --git a/src/htsp.c b/src/htsp.c index 608b5001a..52e75e289 100644 --- a/src/htsp.c +++ b/src/htsp.c @@ -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);