mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 22:56:25 +00:00
Fix misplaced param documentation comment (#453)
This commit is contained in:
parent
e1e63cc465
commit
482562c573
@ -813,6 +813,7 @@ namespace SpotifyAPI.Web
|
||||
/// <summary>
|
||||
/// Add the current user as a follower of a playlist.
|
||||
/// </summary>
|
||||
/// <param name="ownerId">The Spotify user ID of the person who owns the playlist.</param>
|
||||
/// <param name="playlistId">
|
||||
/// 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
|
||||
/// <summary>
|
||||
/// Remove the current user as a follower of a playlist asynchronously.
|
||||
/// </summary>
|
||||
/// <param name="ownerId">The Spotify user ID of the person who owns the playlist.</param>
|
||||
/// <param name="playlistId">The Spotify ID of the playlist that is to be no longer followed.</param>
|
||||
/// <returns></returns>
|
||||
/// <remarks>AUTH NEEDED</remarks>
|
||||
|
Loading…
Reference in New Issue
Block a user