summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2014-01-29 23:58:22 +0100
committerM. Voerman <rekordc@gmail.com>2014-01-29 23:58:22 +0100
commitdc32c93bc12cd9d0f79b0dd0f040173fcbba2460 (patch)
tree2c5cf90d7f03f700e8cdcd22634fa92725d3db6f /index.html
parent4bf1a1ba90917a49e4ca15cccdea92de30e79201 (diff)
downloadvdr-vipclient-dc32c93bc12cd9d0f79b0dd0f040173fcbba2460.tar.gz
vdr-vipclient-dc32c93bc12cd9d0f79b0dd0f040173fcbba2460.tar.bz2
update epg filter and channel list for polish channels
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 77f7df0..4dcd71a 100644
--- a/index.html
+++ b/index.html
@@ -1752,7 +1752,7 @@ function StreamInfo(si) {
}
- if(SI[0]=="S13.0E" && (SI[2]=="1600" || SI[2]=="1000" || SI[2]=="1500" || SI[2]=="1300" || SI[2]=="300" )) {
+ if(SI[0]=="S13.0E" && (SI[2]=="1600" || SI[2]=="1000" || SI[2]=="1500" || SI[2]=="1300" || SI[2]=="300" || SI[2]=="11600" || SI[2]=="1100" )) {
//NC+ (Polski)
is.setObject("cfg.locale.ui","pol",is.STORAGE_VOLATILE);
}