fix syntax error in channellist.lua

This commit is contained in:
mvoelkel 2015-12-16 16:52:30 +01:00
parent b4c4d48199
commit c1946ecc22
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ function JSONSource(host,SourceList,Name,System)
local sep1 = "\n"
local sep2 = "\n"
table.insert(json,' "'..Name..'": ['
table.insert(json,' "'..Name..'": [')
sep1 = "\n"
for _,f in pairs(SourceList) do
if f.system == System or f.system == System.."2" then