diff options
| author | M. Voerman <rekordc@gmail.com> | 2014-01-29 23:58:22 +0100 |
|---|---|---|
| committer | M. Voerman <rekordc@gmail.com> | 2014-01-29 23:58:22 +0100 |
| commit | dc32c93bc12cd9d0f79b0dd0f040173fcbba2460 (patch) | |
| tree | 2c5cf90d7f03f700e8cdcd22634fa92725d3db6f /index.html | |
| parent | 4bf1a1ba90917a49e4ca15cccdea92de30e79201 (diff) | |
| download | vdr-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.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |
