mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 22:56:25 +00:00
Changed type of ReleaseDate (DateTime --> String). JSON.NET wasn't able to parse some timestamps
This commit is contained in:
parent
bf0db02e91
commit
b019e3d0c2
@ -34,7 +34,7 @@ namespace SpotifyAPI.SpotifyWebAPI.Models
|
||||
[JsonProperty("popularity")]
|
||||
public int Popularity { get; set; }
|
||||
[JsonProperty("release_date")]
|
||||
public DateTime ReleaseDate { get; set; }
|
||||
public String ReleaseDate { get; set; }
|
||||
[JsonProperty("release_date_precision")]
|
||||
public String ReleaseDatePrecision { get; set; }
|
||||
[JsonProperty("tracks")]
|
||||
|
Loading…
Reference in New Issue
Block a user