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