Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
epg api: apply the missing the ch_icon -> channelIcon change
  • Loading branch information
perexg committed Sep 29, 2014
1 parent 7048335 commit ccb6715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/api_epg.c
Expand Up @@ -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 *
Expand Down

0 comments on commit ccb6715

Please sign in to comment.