From 8abf1922ba50d2c4730f1de4700331eae7d23071 Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Mon, 16 Sep 2013 13:19:38 +0200 Subject: Fix channels-easyvdr --- History | 2 ++ channels-easyvdr.js | 1 - index.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/History b/History index 5fc40a7..49995e2 100644 --- a/History +++ b/History @@ -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 diff --git a/index.html b/index.html index 746073f..4c975da 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ // // -var Version = "0.22" +var Version = "0.23.1" window.onkeydown = onKeyDown; -- cgit v1.2.3