diff options
author | M. Voerman <rekordc@gmail.com> | 2013-01-27 22:19:53 +0100 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2013-01-27 22:19:53 +0100 |
commit | 7b0242ba31244739a966f2ea94fbcd9aa20e0642 (patch) | |
tree | bdcb3f6d2b12e69582705254013e6de5bace2401 /channels6.js | |
parent | 48706b6ed32cb3d8cb32e723bb8fe4a2dabd22f4 (diff) | |
download | vdr-vipclient-7b0242ba31244739a966f2ea94fbcd9aa20e0642.tar.gz vdr-vipclient-7b0242ba31244739a966f2ea94fbcd9aa20e0642.tar.bz2 |
Moved channel settings to channelsX.js file
Diffstat (limited to 'channels6.js')
-rw-r--r-- | channels6.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/channels6.js b/channels6.js index 3283cf0..b9a6618 100644 --- a/channels6.js +++ b/channels6.js @@ -2,6 +2,13 @@ // Some protected channels // // +// Protected channels.js Settings +minChan[6] = 6001; +defChan[6] = 6001; +baseChn[6] = 6000; +protChn[6] = 1; +ServerAdres[6] = server_ip + ":3000/"; + channelsnames[6001] = "Meiden van Holland Hard (T)"; channels[6001]="T-8720-2213-38"; channelsnames[6002] = "XXL (S)"; |