mirror of
https://gitlab.com/RemixDev/deezer-js.git
synced 2024-12-28 02:16:18 +00:00
Fixed get_artist_discography_tab
This commit is contained in:
parent
56fb36a6a9
commit
0097541062
|
@ -345,7 +345,7 @@ class GW{
|
|||
let response
|
||||
do {
|
||||
response = await this.get_artist_discography(art_id, {index, limit})
|
||||
releases.concat(response.data)
|
||||
releases = releases.concat(response.data)
|
||||
index += limit
|
||||
} while (index < response.total)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "deezer-js",
|
||||
"version": "0.0.9",
|
||||
"version": "0.0.10",
|
||||
"description": "A wrapper for all Deezer's APIs",
|
||||
"main": "deezer/index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue