From 12b6486dd1b3903510cff7a4ebd28cd70f559e2a Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Mon, 16 Dec 2013 16:07:52 +0100 Subject: Hopefully fixed the double bar in the last recordings directory --- index.html | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index 933c6c5..61af09b 100644 --- a/index.html +++ b/index.html @@ -3361,20 +3361,17 @@ if (UseNewReclist && recPath == "/recordings.xml") { //Get channel number from recordings rec_lst.sort(); - for (var x=0;xnrMedia-1) { listMed= -1; } + if (listMed<0) { listMed=nrMedia; } + if (listMed>nrMedia) { listMed= -1; } do { -- cgit v1.2.3