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 /channels.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 'channels.js')
-rw-r--r-- | channels.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/channels.js b/channels.js index 2c44514..55a488c 100644 --- a/channels.js +++ b/channels.js @@ -1262,4 +1262,4 @@ channels[969] = "S28.2E-2-2068-21200"; channelsnames[970] = "WDR Düsseldorf HD (S)"; channels[970] = "S19.2E-1-1201-28328"; - +maxChan[0] = 970; // set to max TV channel else you see 'undefined' in guide view |