mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 22:56:25 +00:00
Merge pull request #93 from nphmuller/CheckSavedAlbumsUrl
Corrected url in CheckSavedAlbum method.
This commit is contained in:
commit
0b259c3da1
@ -540,7 +540,7 @@ namespace SpotifyAPI.Web
|
||||
/// <remarks>AUTH NEEDED</remarks>
|
||||
public string CheckSavedAlbums(List<string> ids)
|
||||
{
|
||||
return APIBase + "/me/tracks/contains?ids=" + string.Join(",", ids);
|
||||
return APIBase + "/me/albums/contains?ids=" + string.Join(",", ids);
|
||||
}
|
||||
|
||||
#endregion Library
|
||||
|
Loading…
Reference in New Issue
Block a user