spotify-web-api-node icon indicating copy to clipboard operation
spotify-web-api-node copied to clipboard

Please, I need an explanation on this: spotifyApi.areFollowingPlaylist('5ieJqeLJjjI8iJWaxeBLuK', ['thelinmichael', 'ella'])

Open o-laj opened this issue 3 years ago • 1 comments

Please, I need an explanation on this: spotifyApi.areFollowingPlaylist('5ieJqeLJjjI8iJWaxeBLuK', ['thelinmichael', 'ella']) What does the '5ieJqeLJjjI8iJWaxeBLuK' represent 'thelinmichael' represent 'ella' represent

o-laj avatar Jan 28 '22 16:01 o-laj

@o-laj checking the code i believe that '5ieJqeLJjjI8iJWaxeBLuK' is the playlistId and ['thelinmichael', 'ella'] are the user ids of those who follow the playlist. This function also accepts another parameter that is the userId of the playlist's owner, it comes before all the arguments.

edilson avatar Feb 01 '22 00:02 edilson