From 839b164d7b080dfc796f27419c7884cb03b8cdf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20T=C3=B6rnblom?= Date: Mon, 5 Mar 2012 17:34:38 +0100 Subject: [PATCH] Add meta tags to webstream --- src/webui/webui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/webui.c b/src/webui/webui.c index 5eeedbf7..267507ec 100644 --- a/src/webui/webui.c +++ b/src/webui/webui.c @@ -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;