summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2013-09-03 01:00:13 +0200
committerM. Voerman <rekordc@gmail.com>2013-09-03 01:00:13 +0200
commit6c9dd4e75883e259942cc05b2eae2d273424dd44 (patch)
tree06e945ff2e8d7bbd0b241a985fd573084baa0c24 /index.html
parent266713724bc21114360ddc573f1ac6982e531a8c (diff)
downloadvdr-vipclient-6c9dd4e75883e259942cc05b2eae2d273424dd44.tar.gz
vdr-vipclient-6c9dd4e75883e259942cc05b2eae2d273424dd44.tar.bz2
EPG filter update Veronica (NL)
Channels update
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 1495a7c..cbc6b32 100644
--- a/index.html
+++ b/index.html
@@ -20,7 +20,7 @@
//
//
-var Version = "0.22.3"
+var Version = "0.22.4"
for (var x = 0; x < 10; x++) {
searchtimers[x] = "" ; // To solve displaying undefined
@@ -1462,7 +1462,7 @@ function StreamInfo(si) {
is.setObject("cfg.locale.ui","ita",is.STORAGE_VOLATILE);
}
- if(SI[1]=="53") {
+ if(SI[1]=="53" || (SI[0]=="S19.2E" && SI[2]=="1037") ) {
//Canal Digitaal/ TV Vlaanderen
is.setObject("cfg.locale.ui","dut",is.STORAGE_VOLATILE);
}