From a83bbb05ae4b3bcfc0a63f60c84d6f3027fb1d4e Mon Sep 17 00:00:00 2001 From: horchi Date: Sat, 18 Mar 2017 15:03:08 +0100 Subject: added channelid to service events on interface --- ttools.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ttools.c') diff --git a/ttools.c b/ttools.c index 0f2e686..c3c93da 100644 --- a/ttools.c +++ b/ttools.c @@ -594,6 +594,8 @@ int enrichEvent(cEpgEvent* event, cDbTable* table, cDbStatement* select) { "imagecount", // int "numrating", // int + + "channelid", // ascii 50 "year", // ascii 10 "category", // ascii 50 "country", // ascii 50 -- cgit v1.2.3