6,354
个编辑
小无编辑摘要 |
小无编辑摘要 |
||
第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'] | ||
end | end | ||
list[s]=json['songs'][i] | list[s]=json['songs'][i] |