From e7dae2341ec446b02906cbf786c97effd16dac53 Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Tue, 7 May 2013 18:18:15 +0200 Subject: Update epg info for subdir in menu recordings. --- index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index aecc16d..b0e0f10 100644 --- a/index.html +++ b/index.html @@ -2136,6 +2136,7 @@ function playMPD(uri) { // Media Player Section function LoadMediaSettings() { + subgroup = 0; isMediaMenu = 1; isFullscreen = 0; if (getRecOK !== 2) { showDisplay("STOP", false, 100, 0 ); } @@ -2177,7 +2178,7 @@ if (DelisOK) { } else if (mediaList.style.opacity != 0) { switch(keyCode) { case "BrowserBack": - if (subgroup) { + if (subgroup && osdepginfo.style.opacity == 0) { mediaList.innerHTML = "

Please WAIT

"; setTimeout("getRecList(); showMediaList();",100) subgroup = 0; @@ -2261,7 +2262,8 @@ if (DelisOK) { } break; case "Blue": - if (getRecOK !== 0) { + if ( (getRecOK == 1 && (recGroup[currMed] == 0 || subgroup == 1)) || getRecOK == 2) { +// (recordings and (file not in subdir or in subdir )) or EPG ShowInfo(); osdepginfo.style.opacity = 1 - osdepginfo.style.opacity; } -- cgit v1.2.3