Remove invalid obsolete annotation (#423)

This commit is contained in:
Jakub Syty 2020-03-03 20:27:14 +01:00 committed by GitHub
parent 9c56263a89
commit c869f0ddcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1490,7 +1490,6 @@ namespace SpotifyAPI.Web
/// <param name="market">An ISO 3166-1 alpha-2 country code. Provide this parameter if you want to apply Track Relinking.</param>
/// <returns></returns>
/// <remarks>AUTH NEEDED</remarks>
[Obsolete("Calling GetPlaylistTracks with a userId is deprecated, remove the parameter")]
public Task<Paging<PlaylistTrack>> GetPlaylistTracksAsync(string playlistId, string fields = "", int limit = 100, int offset = 0, string market = "")
{
if (!UseAuth)