mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 23:16:28 +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; }
|
public DateTime AddedAt { get; set; }
|
||||||
|
|
||||||
[JsonProperty("album")]
|
[JsonProperty("album")]
|
||||||
public SavedAlbum Album { get; set; }
|
public FullAlbum Album { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class Cursor
|
public class Cursor
|
||||||
|
Loading…
Reference in New Issue
Block a user