summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--History2
-rw-r--r--channels-easyvdr.js1
-rw-r--r--index.html2
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;