]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Add meta tags to webstream
authorJohn Törnblom <john.tornblom@gmail.com>
Mon, 5 Mar 2012 16:34:38 +0000 (17:34 +0100)
committerJohn Törnblom <john.tornblom@gmail.com>
Mon, 5 Mar 2012 16:34:38 +0000 (17:34 +0100)
src/webui/webui.c

index 5eeedbf72ce741a10d5e71ee8b38af36e2b38c36..267507ec3f8a241c6322fede116b9d62968f8f90 100644 (file)
@@ -183,7 +183,7 @@ http_stream_run(http_connection_t *hc, streaming_queue_t *sq, th_subscription_t
       else
        http_output_content(hc, "video/x-matroska");
 
-      event_t *e = NULL; //epg_event_find_by_time(s->ths_channel, dispatch_clock);
+      event_t *e = s->ths_channel->ch_epg_current;
 
       mkm = mk_mux_stream_create(hc->hc_fd, sm->sm_data, e);
       break;