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

@ -100,7 +100,7 @@ else
Params = Params .. " --mtype="..v
end
end
local Key,Sid = Channel.ID:match("^(%a+):%d+:%d+:(%d+)")
local Key,Sid = Channel.ID:match("^([A-Z0-9]+):%d+:%d+:(%d+)")
if Key and Sid then
local t = tl[Params]
if t then

View File

@ -262,7 +262,7 @@ if tl.SourceList then
gname = ChannelOverwrite.Group
end
if ChannelOverwrite.Pids then
gname = ChannelOverwrite.Pids
pids = ChannelOverwrite.Pids
end
if ChannelOverwrite.Title then
sname = ChannelOverwrite.Title

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 = "";