diff options
author | M. Voerman <rekordc@gmail.com> | 2013-09-03 01:00:13 +0200 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2013-09-03 01:00:13 +0200 |
commit | 6c9dd4e75883e259942cc05b2eae2d273424dd44 (patch) | |
tree | 06e945ff2e8d7bbd0b241a985fd573084baa0c24 /index.html | |
parent | 266713724bc21114360ddc573f1ac6982e531a8c (diff) | |
download | vdr-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.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } |