mirror of
https://gitlab.com/RemixDev/deezer-js.git
synced 2025-01-29 17:48:29 +00:00
Fixed mistype
This commit is contained in:
parent
d747b87d15
commit
6870bcae92
|
@ -117,7 +117,7 @@ class GW{
|
|||
|
||||
async get_tracks(sng_ids){
|
||||
let tracks_array = []
|
||||
let body = await this.api_call('song.getListData', {SNG_ID: sng_ids})
|
||||
let body = await this.api_call('song.getListData', {SNG_IDS: sng_ids})
|
||||
let errors = 0
|
||||
for (let i = 0; i < sng_ids.length; i++){
|
||||
if (sng_ids[0] != 0){
|
||||
|
|
Loading…
Reference in a new issue