1
0
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:
mvoelkel 2016-01-08 01:47:27 +01:00
parent 098b307c89
commit 56330fea22

View File

@ -68,7 +68,7 @@ if tl.SourceList then
print(Source.Title)
if key == Source.Key then
local req = ""
if Source.Type == "S" then
if Source.DVBType == "S" then
req = 'src=1&'
end
for _,Transponder in ipairs(Source.TransponderList) do