doscan: src parameter not set (typo)

This commit is contained in:
mvoelkel 2016-01-08 01:47:27 +01:00
parent 098b307c89
commit 56330fea22
1 changed files with 1 additions and 1 deletions

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