From ec39f08b0df1bcc1598eb329001c574140df4fe6 Mon Sep 17 00:00:00 2001 From: Isak Samsten Date: Mon, 8 Jun 2020 13:53:45 +0200 Subject: [PATCH] xmltv: add program icon to exported xmltv. Fixes: #5685 --- src/webui/xmltv.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/webui/xmltv.c b/src/webui/xmltv.c index 4b3260f0c..15bd652c9 100644 --- a/src/webui/xmltv.c +++ b/src/webui/xmltv.c @@ -207,6 +207,11 @@ http_xmltv_programme_one_long(const http_connection_t *hc, htsbuf_append_and_escape_xml(hq, lse->str); htsbuf_append_str(hq, "\n"); } + if (ebc->image) { + htsbuf_append_str(hq, " image); + htsbuf_append_str(hq, "\"/>\n"); + } if (ebc->credits) { htsbuf_append_str(hq, " \n"); htsmsg_field_t *f; -- 2.47.2