You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/com/adamratzman/spotify/endpoints/public/PlaylistsAPI.kt
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,6 @@ open class PlaylistsAPI(api: SpotifyAPI) : SpotifyEndpoint(api) {
49
49
/**
50
50
* Get a playlist owned by a Spotify user.
51
51
*
52
-
* @param user The user’s Spotify user ID.
53
52
* @param playlist The Spotify ID for the playlist.
54
53
* @param market Provide this parameter if you want to apply [Track Relinking](https://github.com/adamint/spotify-web-api-kotlin/blob/master/README.md#track-relinking)
55
54
*
@@ -83,7 +82,6 @@ open class PlaylistsAPI(api: SpotifyAPI) : SpotifyEndpoint(api) {
83
82
84
83
/**
85
84
* Get the current image associated with a specific playlist.
86
-
* @param user The user’s Spotify user ID.
87
85
* @param playlist The Spotify ID for the playlist.
88
86
*
89
87
* @throws BadRequestException if the playlist cannot be found
0 commit comments