From ccb67158da0a703f3bec18f892005e78b1e7f690 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 29 Sep 2014 18:45:58 +0200 Subject: [PATCH] epg api: apply the missing the ch_icon -> channelIcon change --- src/api/api_epg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/api_epg.c b/src/api/api_epg.c index c642cc73..23f48297 100644 --- a/src/api/api_epg.c +++ b/src/api/api_epg.c @@ -65,7 +65,7 @@ api_epg_add_channel ( htsmsg_t *m, channel_t *ch ) htsmsg_add_str(m, "channelNumber", buf); } if (ch->ch_icon) - htsmsg_add_imageurl(m, "chicon", "imagecache/%d", ch->ch_icon); + htsmsg_add_imageurl(m, "channelIcon", "imagecache/%d", ch->ch_icon); } static htsmsg_t *