diff options
author | M. Voerman <rekordc@gmail.com> | 2014-01-25 01:03:54 +0100 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2014-01-25 01:03:54 +0100 |
commit | 030e407f5d699dc9ffc9a63a4da7e02818d6bf60 (patch) | |
tree | e336026c6bce6a615c66efd5d983dd7796895169 | |
parent | b20a1c7f2b79edf8672aa0909087584b7230cc3b (diff) | |
download | vdr-vipclient-030e407f5d699dc9ffc9a63a4da7e02818d6bf60.tar.gz vdr-vipclient-030e407f5d699dc9ffc9a63a4da7e02818d6bf60.tar.bz2 |
testing3 fix, forgot to read it from 'vip.testing3'
-rw-r--r-- | History | 4 | ||||
-rw-r--r-- | index.html | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,10 @@ Tested on Motorola Vip : 1960, 1910, 1903, 1963. VDR 1.7.29 / 2.1.1 +0.24 vip.testing3 used for selecting getmarks from 0 = restfulapi, 1 = smartwebTV (not all users have the newest smartwebTV) + Channels update. + + 0.23 Infobox for connection Error, not only ERRR on display but also the Infobox Updated EPG filter for Sat.1/Pro7, Rai (13E), TVP (19E) Polish (13E) @@ -210,6 +210,7 @@ function GetSettings() { experimental = Number(toi.informationService.getObject("vip.testing"));// Use some experimental code testing2 = Number(toi.informationService.getObject("vip.testing2"));// Use some experimental code + testing3 = Number(toi.informationService.getObject("vip.testing3"));// Use some experimental code Set_Res = Number(toi.informationService.getObject("vip.resolution")); VideoOutput(); |