summaryrefslogtreecommitdiff
path: root/html/schema.tmpl
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2011-03-04 17:48:29 +0000
committerAndreas Brachold <vdr07@deltab.de>2011-03-04 17:48:29 +0000
commit0ff8721a0025fe799ff7c01d786a6de9f5cfb304 (patch)
tree1006f37393d5026c1f551dc28239c2d69e165125 /html/schema.tmpl
parenteca6900d3210a8e97bfba4dec124287d11284323 (diff)
downloadxxv-0ff8721a0025fe799ff7c01d786a6de9f5cfb304.tar.gz
xxv-0ff8721a0025fe799ff7c01d786a6de9f5cfb304.tar.bz2
Improve epg handling
jason: support content description
Diffstat (limited to 'html/schema.tmpl')
-rw-r--r--html/schema.tmpl10
1 files changed, 4 insertions, 6 deletions
diff --git a/html/schema.tmpl b/html/schema.tmpl
index 616a840..ba780ce 100644
--- a/html/schema.tmpl
+++ b/html/schema.tmpl
@@ -114,12 +114,10 @@ Duration = param.zeitbis - param.zeitvon;
epgDesc = event.8;
second_start= event.9;
second_stop = event.10;
- video = event.11;
- audio = event.12;
- image = event.13;
- timerid = event.14;
- recording = event.15;
- running = event.16;
+ image = event.11;
+ timerid = event.12;
+ recording = event.13;
+ running = event.14;
IF second_start > oldend;
laenge = second_start - oldend;