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:
@@ -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 = "";
|
||||
|
Reference in New Issue
Block a user