diff options
author | M. Voerman <rekordc@gmail.com> | 2013-09-16 13:19:38 +0200 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2013-09-16 13:19:38 +0200 |
commit | 8abf1922ba50d2c4730f1de4700331eae7d23071 (patch) | |
tree | 2b3e5157f9b0e710243752a96487d741cd139f03 | |
parent | 00a0b61996316153ca5524b6c9da0cd86769bfa4 (diff) | |
download | vdr-vipclient-8abf1922ba50d2c4730f1de4700331eae7d23071.tar.gz vdr-vipclient-8abf1922ba50d2c4730f1de4700331eae7d23071.tar.bz2 |
Fix channels-easyvdr
-rw-r--r-- | History | 2 | ||||
-rw-r--r-- | channels-easyvdr.js | 1 | ||||
-rw-r--r-- | index.html | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -3,6 +3,8 @@ Motorola Vip : 1960, 1910, 1903, 1963. VDR 1.7.29 +0.23 + 0.22 Updated EPG filter for 42E, canal sat (tid 1088), canal+ (tid 1060), CDS (veronica, iConcerts, Animax) Fix: Right month is now shown in recordings menu. Fix: multiple EPG languages on 1 transponder. diff --git a/channels-easyvdr.js b/channels-easyvdr.js index b212c7b..aa983dc 100644 --- a/channels-easyvdr.js +++ b/channels-easyvdr.js @@ -5,7 +5,6 @@ minChan[0] = 1; defChan[0] = 1; baseChn[0] = 0; protChn[0] = 0; -ServerAdres[0] = server_ip + ":3000/"; maxChan[0] = 191; // set to max TV channel else you see 'undefined' in guide view @@ -20,7 +20,7 @@ // // -var Version = "0.22" +var Version = "0.23.1" window.onkeydown = onKeyDown; |