summaryrefslogtreecommitdiff
path: root/views/viewhelpers.c
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-04-29 18:22:17 +0200
committerlouis <louis.braun@gmx.de>2015-04-29 18:22:17 +0200
commit72f445fc5712c44166cd9b182403452d67af622a (patch)
tree9ee8ce577430bdb7cb57631c2d9a4c08781d90d5 /views/viewhelpers.c
parente7d8a193a77b5a13e8ac9677ca890359e88959f5 (diff)
downloadvdr-plugin-skindesigner-72f445fc5712c44166cd9b182403452d67af622a.tar.gz
vdr-plugin-skindesigner-72f445fc5712c44166cd9b182403452d67af622a.tar.bz2
added cardsystem name to ecm info
Diffstat (limited to 'views/viewhelpers.c')
-rw-r--r--views/viewhelpers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/viewhelpers.c b/views/viewhelpers.c
index 50f197b..2be6d8f 100644
--- a/views/viewhelpers.c
+++ b/views/viewhelpers.c
@@ -884,6 +884,7 @@ bool cViewHelpers::SetEcmInfos(int channelSid, map < string, string > &stringTok
intTokens.insert(pair<string,int>("ecmtime", ecmInfo.ecmtime));
intTokens.insert(pair<string,int>("hops", ecmInfo.hops));
+ stringTokens.insert(pair<string,string>("cardsystem", *ecmInfo.cardsystem ? *ecmInfo.cardsystem : ""));
stringTokens.insert(pair<string,string>("reader", *ecmInfo.reader ? *ecmInfo.reader : ""));
stringTokens.insert(pair<string,string>("from", *ecmInfo.from ? *ecmInfo.from : ""));
stringTokens.insert(pair<string,string>("protocol", *ecmInfo.protocol ? *ecmInfo.protocol : ""));