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