diff options
author | M. Voerman <rekordc@gmail.com> | 2013-09-22 22:05:21 +0200 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2013-09-22 22:05:21 +0200 |
commit | cec2f9a777a82ad28e0b1b7b20e3d9ae64c02aab (patch) | |
tree | f571a6cfe498d746aeedd57b64bbb9888142c2cb | |
parent | 57479a1183292db14db17a555cff3d4a1fd6c015 (diff) | |
download | vdr-vipclient-cec2f9a777a82ad28e0b1b7b20e3d9ae64c02aab.tar.gz vdr-vipclient-cec2f9a777a82ad28e0b1b7b20e3d9ae64c02aab.tar.bz2 |
<blue> key - EPG info always start at Now.
-rw-r--r-- | History | 3 | ||||
-rw-r--r-- | index.html | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,8 @@ VDR 1.7.29 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) channels update. - Dynamic audio selection only if number of audio channels > 1 and not "NAR" (uk mostly) + Dynamic audio selection only if number of audio channels > 1 and not "NAR" (uk mostly) + <blue> key - EPG info always start at Now. 0.22 Updated EPG filter for 42E, canal sat (tid 1088), canal+ (tid 1060), CDS (veronica, iConcerts, Animax) @@ -694,6 +694,7 @@ function onKeyDown(event) { if(isSchedule == 0) { if(!epgactive) { SetOsdInfo(); + if(isFullscreen) { NowNext = 0;} if (NowNext) { osdepginfo.style.opacity = 0; osdepginfonext.style.opacity = 1; |