mirror of
https://gitlab.com/RemixDev/deezer-js.git
synced 2025-01-29 17:48:29 +00:00
deezer gw playlist.getData endpoint doesn't exist
This commit is contained in:
parent
9d11b7e081
commit
18fee0e218
|
@ -186,7 +186,7 @@ class GW{
|
|||
}
|
||||
|
||||
get_playlist(playlist_id){
|
||||
return this.api_call('playlist.getData', {playlist_id})
|
||||
return this.get_playlist_page(playlist_id)
|
||||
}
|
||||
|
||||
get_playlist_page(playlist_id){
|
||||
|
|
Loading…
Reference in a new issue