diff options
| author | M. Voerman <rekordc@gmail.com> | 2014-07-13 20:11:07 +0200 |
|---|---|---|
| committer | M. Voerman <rekordc@gmail.com> | 2014-07-13 20:11:07 +0200 |
| commit | 1e9cf2743d9a8b6ea8d1a74c912686551fed94bf (patch) | |
| tree | df75999cd1026e1aaaaa82806cc0881c826c98bb /index.html | |
| parent | b26070f2f44c28e47434ea0a8497925687286a91 (diff) | |
| download | vdr-vipclient-1e9cf2743d9a8b6ea8d1a74c912686551fed94bf.tar.gz vdr-vipclient-1e9cf2743d9a8b6ea8d1a74c912686551fed94bf.tar.bz2 | |
turn more off if no smartTVplugin
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
