diff --git a/SpotifyAPI.Web/SpotifyWebAPI.cs b/SpotifyAPI.Web/SpotifyWebAPI.cs index b6574b34..bf5e17ae 100644 --- a/SpotifyAPI.Web/SpotifyWebAPI.cs +++ b/SpotifyAPI.Web/SpotifyWebAPI.cs @@ -813,6 +813,7 @@ namespace SpotifyAPI.Web /// /// Add the current user as a follower of a playlist. /// + /// The Spotify user ID of the person who owns the playlist. /// /// The Spotify ID of the playlist. Any playlist can be followed, regardless of its public/private /// status, as long as you know its playlist ID. @@ -866,7 +867,6 @@ namespace SpotifyAPI.Web /// /// Remove the current user as a follower of a playlist asynchronously. /// - /// The Spotify user ID of the person who owns the playlist. /// The Spotify ID of the playlist that is to be no longer followed. /// /// AUTH NEEDED