From 6591b5f64c518ce174db7ab6237565a8584e699a Mon Sep 17 00:00:00 2001
From: Philip <23171093+h-philip@users.noreply.github.com>
Date: Sat, 22 Sep 2018 17:07:44 +0200
Subject: [PATCH] Changed description of AddPlaylistTrack/Async (#290)
* Changed description of AddPlaylistTrack/Async
* Changed description of RemovePlaylistTrack/Async
---
SpotifyAPI.Web/SpotifyWebAPI.cs | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/SpotifyAPI.Web/SpotifyWebAPI.cs b/SpotifyAPI.Web/SpotifyWebAPI.cs
index 57f66acd..2e31b33e 100644
--- a/SpotifyAPI.Web/SpotifyWebAPI.cs
+++ b/SpotifyAPI.Web/SpotifyWebAPI.cs
@@ -1573,7 +1573,7 @@ namespace SpotifyAPI.Web
}
///
- /// Remove one or more tracks from a user’s playlist.
+ /// Remove a track from a user’s playlist.
///
/// The user's Spotify user ID.
/// The Spotify ID for the playlist.
@@ -1586,7 +1586,7 @@ namespace SpotifyAPI.Web
}
///
- /// Remove one or more tracks from a user’s playlist asynchronously.
+ /// Remove a track from a user’s playlist asynchronously.
///
/// The user's Spotify user ID.
/// The Spotify ID for the playlist.
@@ -1635,7 +1635,7 @@ namespace SpotifyAPI.Web
}
///
- /// Add one or more tracks to a user’s playlist.
+ /// Add a track to a user’s playlist.
///
/// The user's Spotify user ID.
/// The Spotify ID for the playlist.
@@ -1649,7 +1649,7 @@ namespace SpotifyAPI.Web
}
///
- /// Add one or more tracks to a user’s playlist asynchronously.
+ /// Add a track to a user’s playlist asynchronously.
///
/// The user's Spotify user ID.
/// The Spotify ID for the playlist.