mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 22:56:25 +00:00
Merge pull request #72 from cwsterling/master
fixed fullalbum being converted to savedalbum
This commit is contained in:
commit
85307272ec
@ -148,7 +148,7 @@ namespace SpotifyAPI.Web.Models
|
||||
public DateTime AddedAt { get; set; }
|
||||
|
||||
[JsonProperty("album")]
|
||||
public SavedAlbum Album { get; set; }
|
||||
public FullAlbum Album { get; set; }
|
||||
}
|
||||
|
||||
public class Cursor
|
||||
|
Loading…
Reference in New Issue
Block a user