mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 13:36:52 +02:00
doscan: src parameter not set (typo)
This commit is contained in:
parent
098b307c89
commit
56330fea22
@ -68,7 +68,7 @@ if tl.SourceList then
|
|||||||
print(Source.Title)
|
print(Source.Title)
|
||||||
if key == Source.Key then
|
if key == Source.Key then
|
||||||
local req = ""
|
local req = ""
|
||||||
if Source.Type == "S" then
|
if Source.DVBType == "S" then
|
||||||
req = 'src=1&'
|
req = 'src=1&'
|
||||||
end
|
end
|
||||||
for _,Transponder in ipairs(Source.TransponderList) do
|
for _,Transponder in ipairs(Source.TransponderList) do
|
||||||
|
Loading…
Reference in New Issue
Block a user