Fixed mistype

This commit is contained in:
RemixDev 2021-12-23 23:21:37 +01:00
parent d747b87d15
commit 6870bcae92

View file

@ -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){