From 482562c5731912a8fc186017e2c45381ba55ec79 Mon Sep 17 00:00:00 2001 From: Hank Hester Date: Wed, 20 May 2020 09:40:27 -0700 Subject: [PATCH] Fix misplaced param documentation comment (#453) --- SpotifyAPI.Web/SpotifyWebAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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