跳到内容

Module:Data:修订间差异

添加71字节 、​ 2021年5月10日 (星期一)
无编辑摘要
无编辑摘要
无编辑摘要
第39行: 第39行:
for i=1,250 do
for i=1,250 do
if json['songs'][i]==nil then break end
if json['songs'][i]==nil then break end
s=json['songs'][i]['title_localized']['en']
if args['type']=="id" then
s=json['songs'][i]['title_localized']['en']
else
s=json['songs'][i]['id']
end
list[s]=json['songs'][i]
list[s]=json['songs'][i]
end
end