diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2011-03-04 17:48:29 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2011-03-04 17:48:29 +0000 |
| commit | 0ff8721a0025fe799ff7c01d786a6de9f5cfb304 (patch) | |
| tree | 1006f37393d5026c1f551dc28239c2d69e165125 /html/schema.tmpl | |
| parent | eca6900d3210a8e97bfba4dec124287d11284323 (diff) | |
| download | xxv-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.tmpl | 10 |
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; |
