From: Christian KarriƩ Date: Mon, 26 May 2014 15:00:00 +0000 (+0200) Subject: Add channel UUID to JSON response X-Git-Tag: v4.1~2042 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52b1099f707c4e7cddff2dc065633acbd4a9f417;p=thirdparty%2Ftvheadend.git Add channel UUID to JSON response --- diff --git a/src/webui/extjs.c b/src/webui/extjs.c index 550cfbbb7..907fe901e 100755 --- a/src/webui/extjs.c +++ b/src/webui/extjs.c @@ -1323,6 +1323,7 @@ extjs_dvrlist(http_connection_t *hc, const char *remain, void *opaque, htsmsg_add_str(m, "channel", DVR_CH_NAME(de)); if(de->de_channel != NULL) { + htsmsg_add_str(m, "channelid", channel_get_uuid(de->de_channel)); if (de->de_channel->ch_icon) htsmsg_add_imageurl(m, "chicon", "imagecache/%d", de->de_channel->ch_icon);