summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--History3
-rw-r--r--index.html1
2 files changed, 3 insertions, 1 deletions
diff --git a/History b/History
index 9a4a520..02f23ce 100644
--- a/History
+++ b/History
@@ -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)
diff --git a/index.html b/index.html
index 57c4192..6e89a56 100644
--- a/index.html
+++ b/index.html
@@ -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;