summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2013-09-16 14:29:10 +0200
committerM. Voerman <rekordc@gmail.com>2013-09-16 14:29:10 +0200
commit4a84b562a46ded38e0a3289e5ea2bf6f9d0331fe (patch)
tree1bfb58f281d4f0a44cf2b1acb39d1dfdc701b76b
parent5b82b12b64d56d1d736d0100208eab84be3f015a (diff)
downloadvdr-vipclient-4a84b562a46ded38e0a3289e5ea2bf6f9d0331fe.tar.gz
vdr-vipclient-4a84b562a46ded38e0a3289e5ea2bf6f9d0331fe.tar.bz2
make it a number.
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 144bdfc..ae1c4c4 100644
--- a/index.html
+++ b/index.html
@@ -176,7 +176,7 @@ function GetSettings() {
toi.informationService.setObject("vip.resolution","2",toi.informationService.STORAGE_PERMANENT)
}
- Set_Res = toi.informationService.getObject("vip.resolution");
+ Set_Res = Number(toi.informationService.getObject("vip.resolution"));
VideoOutput();
//if needed types can be set here. Default of the box is normal.