summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2014-07-13 20:11:07 +0200
committerM. Voerman <rekordc@gmail.com>2014-07-13 20:11:07 +0200
commit1e9cf2743d9a8b6ea8d1a74c912686551fed94bf (patch)
treedf75999cd1026e1aaaaa82806cc0881c826c98bb
parentb26070f2f44c28e47434ea0a8497925687286a91 (diff)
downloadvdr-vipclient-1e9cf2743d9a8b6ea8d1a74c912686551fed94bf.tar.gz
vdr-vipclient-1e9cf2743d9a8b6ea8d1a74c912686551fed94bf.tar.bz2
turn more off if no smartTVplugin
-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");