diff options
| author | M. Voerman <rekordc@gmail.com> | 2013-01-23 14:34:02 +0100 |
|---|---|---|
| committer | M. Voerman <rekordc@gmail.com> | 2013-01-23 14:34:02 +0100 |
| commit | 08d512a9ddcb2a7e7b473d4b10ce3acb60c71531 (patch) | |
| tree | 7d5d86d0caeb172c1764ed70e60df6dfb9ab61a8 | |
| parent | 5c1bb72817b66a1b5e9563bce17c94dd52f68e01 (diff) | |
| download | vdr-vipclient-08d512a9ddcb2a7e7b473d4b10ce3acb60c71531.tar.gz vdr-vipclient-08d512a9ddcb2a7e7b473d4b10ce3acb60c71531.tar.bz2 | |
Release 0.13
| -rw-r--r-- | History | 4 | ||||
| -rw-r--r-- | index.html | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +0.13 Bug fixes. + Cosmetic fixes. + + 0.12 Fixed timers menu (didn't work, after you read timers from server) Fixed pause function with "VDR on SmartTV" Updated to use the new function 'is_new' from "VDR on SmartTV" @@ -24,7 +24,7 @@ // // -var Version = "0.13 2013/01/xx" +var Version = "0.13 2013/01/23" for (var i = minChan[0]; i < (maxChan[0]+1); i++) { EPG[0][4][i] = "";EPG[1][4][i] = "";EPG[0][5][i] = "";EPG[1][5][i] = "";EPG[0][7][i] = "";EPG[1][7][i] = ""; } for (var i = minChan[1]; i < (maxChan[1]+1); i++) { EPG[0][4][i] = "";EPG[1][4][i] = "";EPG[0][5][i] = "";EPG[1][5][i] = "";EPG[0][7][i] = "";EPG[1][7][i] = ""; } |
