「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]