summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2013-06-01 12:22:12 +0200
committerM. Voerman <rekordc@gmail.com>2013-06-01 12:22:12 +0200
commit53e8c9ffd1420b97d080c4c7fd590c0a7bda2329 (patch)
treeaef5d8214a6220b8d14d224c601278e6c644772d /index.html
parentfbeb27b5953628e4e81277f6ef4fb369d8c5d659 (diff)
downloadvdr-vipclient-53e8c9ffd1420b97d080c4c7fd590c0a7bda2329.tar.gz
vdr-vipclient-53e8c9ffd1420b97d080c4c7fd590c0a7bda2329.tar.bz2
Channel updates
EPG update on-the-fly in guide view for fast boxes, can be switched off for 1910/1960 (Was changed because it would slow the guide down on 1910/1960)
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index 7d4348a..e3c5f3a 100644
--- a/index.html
+++ b/index.html
@@ -1480,8 +1480,9 @@ function showChannelList() {
}
while (!channels[listChan] && (listChan<maxChan[ChanGroup]));
+ if (fullupdate) { GetEPG(listChan); }
if ( listChan == currChan) {
- GetEPG(listChan);
+ if (!fullupdate) { GetEPG(listChan); }
liststyle = "background:#fc5;";
} else {
liststyle = "";
@@ -2234,7 +2235,7 @@ try {
// End of Extended INFO
- searchtimers[i] = searchtimers[i] + searchtimersSearch[i] + "\n" ;
+ searchtimers[i] = searchtimers[i] + searchtimersSearch[i] + "\uE003\uE003\n" ;
timerOK = 1;
}
} catch(e) {