summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--settings.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 4f014c9..89e5e82 100644
--- a/index.html
+++ b/index.html
@@ -261,7 +261,7 @@ function GetSettings() {
}
//Check if there is a SmartTV VDR server plugin
getVDRstatus(1);
- if (smartTVplugin) {
+ if (smartTVplugin == 0) {
// No smartTVplugin.
get_timer = 0;
get_recordings = 0;
diff --git a/settings.js b/settings.js
index 14bd3f0..9230b01 100644
--- a/settings.js
+++ b/settings.js
@@ -2,7 +2,7 @@
// Default settings
//
-var Version = "0.25.2";
+var Version = "0.25.3";
server_ip_array = new Array("http://192.168.1.15","http://192.168.3.15","http://easyvdr","http://192.168.3.100","http://192.168.178.19","http://192.168.1.21","http://192.168.2.100","http://192.168.178.52");