diff options
-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; |