fixed [htsp]: the event that was asked for in getEvents was missing
This commit is contained in:
parent
219b3af532
commit
489e102834
1 changed files with 1 additions and 0 deletions
|
@ -636,6 +636,7 @@ htsp_method_getEvents(htsp_connection_t *htsp, htsmsg_t *in)
|
|||
out = htsmsg_create_map();
|
||||
events = htsmsg_create_list();
|
||||
|
||||
htsmsg_add_msg(events, NULL, htsp_build_event(e));
|
||||
while( numFollowing-- > 0 ) {
|
||||
e = RB_NEXT(e, e_channel_link);
|
||||
if( e == NULL )
|
||||
|
|
Loading…
Add table
Reference in a new issue