diff options
author | M. Voerman <rekordc@gmail.com> | 2013-01-27 13:25:16 +0100 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2013-01-27 13:25:16 +0100 |
commit | e5e26df10afd218b6a477d193104843c812a54dd (patch) | |
tree | 3a520957cb5c9d9594eeff3f030d200cd0e69bf0 /channels6.js | |
parent | 59bace0016d1c29639af24be5cf27537771c3cb7 (diff) | |
download | vdr-vipclient-e5e26df10afd218b6a477d193104843c812a54dd.tar.gz vdr-vipclient-e5e26df10afd218b6a477d193104843c812a54dd.tar.bz2 |
Small fixes
Moved var maxChan[X] to channelsX.js
Diffstat (limited to 'channels6.js')
-rw-r--r-- | channels6.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/channels6.js b/channels6.js index 2f0e90c..3283cf0 100644 --- a/channels6.js +++ b/channels6.js @@ -81,4 +81,4 @@ channels[6038]="S13.0E-318-15800-16933"; channelsnames[6039] = "DARING TV (S)"; channels[6039]="S13.0E-318-15800-16931"; - +maxChan[6] = 6039; // set to max prt channel else you see 'undefined' in guide view |