]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
epg api: apply the missing the ch_icon -> channelIcon change
authorJaroslav Kysela <perex@perex.cz>
Mon, 29 Sep 2014 16:45:58 +0000 (18:45 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 29 Sep 2014 16:45:58 +0000 (18:45 +0200)
src/api/api_epg.c

index c642cc73403beadec395c2a7333942210121d085..23f4829795ecc447017a946e5c9ba4a0d45a37be 100644 (file)
@@ -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 *