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 /channels9.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 'channels9.js')
-rw-r--r-- | channels9.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/channels9.js b/channels9.js index 5b140a7..765a867 100644 --- a/channels9.js +++ b/channels9.js @@ -3,6 +3,13 @@ // and some rock channels // // +// Radio channels.js Settings +minChan[9] = 9001; +defChan[9] = 9051; +baseChn[9] = 9000; +protChn[9] = 0; +ServerAdres[9] = server_ip + ":3000/"; + channelsnames[9001] = "NL-Radio 1 (S)"; channels[9001] = "S19.2E-53-1097-2055"; channelsnames[9002] = "NL-Radio 2 (S)"; |