跳到内容

Module:Data:修订间差异

大小无更改 、​ 2021年5月10日 (星期一)
无编辑摘要
无编辑摘要
无编辑摘要
第40行: 第40行:
if json['songs'][i]==nil then break end
if json['songs'][i]==nil then break end
if args['type']=="id" then
if args['type']=="id" then
s=json['songs'][i]['id']
else
s=json['songs'][i]['title_localized']['en']
s=json['songs'][i]['title_localized']['en']
else
s=json['songs'][i]['id']
end
end
list[s]=json['songs'][i]
list[s]=json['songs'][i]