diff options
-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; |