From: Jaroslav Kysela Date: Mon, 29 Sep 2014 16:45:58 +0000 (+0200) Subject: epg api: apply the missing the ch_icon -> channelIcon change X-Git-Tag: v4.1~1253 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ccb67158da0a703f3bec18f892005e78b1e7f690;p=thirdparty%2Ftvheadend.git epg api: apply the missing the ch_icon -> channelIcon change --- diff --git a/src/api/api_epg.c b/src/api/api_epg.c index c642cc734..23f482979 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 *