summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2013-03-15 12:52:18 +0100
committerM. Voerman <rekordc@gmail.com>2013-03-15 12:52:18 +0100
commitbe50c0c08c7e063795ec6c16a745319f8b9ab6db (patch)
tree67f292c3080afae6fc7d6a366e9bad261a14d56d /index.html
parent95db6f4bfe88486380bd359c1e8208e204e9b38e (diff)
downloadvdr-vipclient-be50c0c08c7e063795ec6c16a745319f8b9ab6db.tar.gz
vdr-vipclient-be50c0c08c7e063795ec6c16a745319f8b9ab6db.tar.bz2
EPG filter on cable set to Ziggo/ Dutch
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
index 2f45905..9054e0f 100644
--- a/index.html
+++ b/index.html
@@ -1257,6 +1257,12 @@ function StreamInfo(si) {
SI=channels[si].split("-");
is = toi.informationService;
+ if(SI[0]=="C") {
+ // Default on Cable - Dutch // Ziggo.
+ is.setObject("cfg.locale.ui","dut",is.STORAGE_VOLATILE);
+ }
+
+
if(SI[0]=="S19.2E") {
// Default on 19E German.
is.setObject("cfg.locale.ui","ger",is.STORAGE_VOLATILE);