summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2014-08-01 17:08:56 +0200
committerM. Voerman <rekordc@gmail.com>2014-08-01 17:08:56 +0200
commit6c2b84f400ed2aa1c19cd714b9a71209844448e6 (patch)
tree4293effe9f5dbe6c1abfe6cb4224269709103807 /index.html
parentbccb6aed6371726566c470d61bb0b6c539cce4b1 (diff)
downloadvdr-vipclient-6c2b84f400ed2aa1c19cd714b9a71209844448e6.tar.gz
vdr-vipclient-6c2b84f400ed2aa1c19cd714b9a71209844448e6.tar.bz2
fixed play for sub sub groups
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/index.html b/index.html
index 245689a..016a14b 100644
--- a/index.html
+++ b/index.html
@@ -3366,6 +3366,7 @@ function playMPD(uri) {
function LoadMediaSettings() {
subgroup = 0;
+ subsubgroup = 0;
isMediaMenu = 1;
isFullscreen = 0;
if (getRecOK !== 2) { showDisplay("STOP", false, 100, 0 ); }
@@ -3414,6 +3415,7 @@ if (DelisOK) {
mediaList.innerHTML = "<h1><center style='font-size:" + fsRec + ";" + color_main_head + ";'>" + Lang[0] + "</center></h1>";
setTimeout("getRecList(); showMediaList();",100)
subgroup = 0;
+ subsubgroup = 0;
break;
}
if (osdepginfo.style.opacity == 1) { osdepginfo.style.opacity = 0; break; }
@@ -3488,9 +3490,9 @@ if (DelisOK) {
setTimeout("MakeRecList3(recGroup[currMed]); showMediaList();",100)
}
subgroup = 1;
- } else if (recGroup[currMed] !== 0 && subgroup == 1 && ShowSubDir && test_subgroup) {
+ } else if (recSubGroup[currMed] !== 0 && subgroup == 1 && subsubgroup == 0 && ShowSubDir && test_subgroup) {
setTimeout("MakeRecList_sublevel2(recGroup[currMed],recSubGroup[currMed]); showMediaList();",100)
- subgroup = 1;
+ subsubgroup = 1;
} else {
recList[currMed] = "\u0003" + recList[currMed].substring(1);
mediaList.style.opacity = 0;
@@ -3853,6 +3855,7 @@ function getRecList() {
getVDRstatus();
MaxInGroup = 14;
subgroup = 0;
+ subsubgroup = 0;
try {
if (get_recordings ==1) {
// get recordings from smartTVWeb