isFollowingPlaylist

suspend fun isFollowingPlaylist(playlistId: String): Boolean

Check to see if the current Spotify user is following the specified playlist.

Checking if the user is privately following a playlist is only possible for the current user when that user has granted access to the SpotifyScope.PLAYLIST_READ_PRIVATE scope.

Api Reference

Return

Boolean representing whether the user follows the playlist

Whether the current user is following playlistId

Parameters

playlistId

playlist id or uri

Throws

Sources

common source
Link copied to clipboard