deezer gw playlist.getData endpoint doesn't exist

This commit is contained in:
RemixDev 2021-12-21 15:24:08 +01:00
parent 9d11b7e081
commit 18fee0e218

View file

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