added: channelId to HTSP getEvent reply

This commit is contained in:
Stephan Diederich 2009-11-11 12:32:04 +00:00
parent be49398fd2
commit e9cba0821f

View file

@ -550,6 +550,7 @@ htsp_method_getEvent(htsp_connection_t *htsp, htsmsg_t *in)
out = htsmsg_create_map();
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);
if(e->e_title != NULL)