1
0
mirror of https://github.com/DigitalDevices/octonet.git synced 2023-10-10 11:36:52 +00:00

Bug fixes in EPG and channel scan

This commit is contained in:
mvoelkel
2016-01-31 23:10:40 +01:00
parent 92c835be8c
commit 6f36eaa637
3 changed files with 3 additions and 3 deletions

View File

@@ -209,7 +209,7 @@ function ShowEvent(event,index)
var box = document.getElementById("event" + index);
var d = new Date(event.Time);
var id = event.ID.match(/[A-Z]+:\d+:\d+:\d+/);
var id = event.ID.match(/[A-Z0-9]+:\d+:\d+:\d+/);
var ch = ChannelLookup[id[0]];
var Channel = "\u00A0";
var Text = "";