summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2013-09-10 19:46:59 +0200
committerM. Voerman <rekordc@gmail.com>2013-09-10 19:46:59 +0200
commiteaefe7f5171aaab1043fa409a2d7d7cdd395fd70 (patch)
tree09a44d7d3b73241a19c8ced6d1c3e66442fc7a49
parent9b684090b7cc11bbe95841b700da33f978514c40 (diff)
downloadvdr-vipclient-eaefe7f5171aaab1043fa409a2d7d7cdd395fd70.tar.gz
vdr-vipclient-eaefe7f5171aaab1043fa409a2d7d7cdd395fd70.tar.bz2
Cosmetic changes/ cleanups
-rw-r--r--History1
-rw-r--r--index.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/History b/History
index f9172da..a1b3672 100644
--- a/History
+++ b/History
@@ -6,6 +6,7 @@ VDR 1.7.29
0.22 Updated EPG filter for 42E, canal sat (tid 1088), canal+ (tid 1060), CDS (veronica)
Fix: Right month is now shown in recordings menu.
Fix: multiple EPG languages on 1 transponder.
+ Fix: crash when media/recordings directory is empty
Added some channels for 42E to group 3
Updated channels.conf
SmartwebTV timer handling added (No more restfulapi needed for timers)
diff --git a/index.html b/index.html
index d0f19e5..5f4f146 100644
--- a/index.html
+++ b/index.html
@@ -1687,7 +1687,7 @@ function showChannelList() {
}
EpgInfo[0] = EPG[0][7][listChan];
EpgInfo[1] = EPG[1][7][listChan];
- htmlstring = htmlstring + "<td style='" + liststyle + "font-size:" + fsList + ";'>" + listChan + "\uE003</td><td style='" + liststyle + "font-size:" + fsList + ";'>" + Left(channelsnames[listChan],15) + "\uE003</td><td style='" + liststyle + "font-size:" + fsList + ";'>" + Left(EpgInfo[NowNext],64) + "</td></tr>";
+ htmlstring = htmlstring + "<td style='" + liststyle + "font-size:" + fsList + ";'>\uE003\uE003" + listChan + "\uE003</td><td style='" + liststyle + "font-size:" + fsList + ";'>" + Left(channelsnames[listChan],15) + "\uE003</td><td style='" + liststyle + "font-size:" + fsList + ";'>" + Left(EpgInfo[NowNext],64) + "</td></tr>";
}
htmlstring = htmlstring + "</table>";
channelList.innerHTML = htmlstring;