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 /channels9.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 'channels9.js')
-rw-r--r-- | channels9.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/channels9.js b/channels9.js index b7d3c30..5b140a7 100644 --- a/channels9.js +++ b/channels9.js @@ -130,3 +130,4 @@ channels[9065] = "S30.0W-2-15-19"; channelsnames[9066] = "Musicam 6 (S)"; channels[9066] = "S30.0W-2-15-20"; +maxChan[9] = 9066; // set to max rd channel else you see 'undefined' in guide view |