mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
PlayHistoryItem SimpleTrack --> FullTrack, fixes #591
This commit is contained in:
parent
df8ee5e48b
commit
ddb1dc0cc0
@ -3,7 +3,7 @@ namespace SpotifyAPI.Web
|
|||||||
{
|
{
|
||||||
public class PlayHistoryItem
|
public class PlayHistoryItem
|
||||||
{
|
{
|
||||||
public SimpleTrack Track { get; set; } = default!;
|
public FullTrack Track { get; set; } = default!;
|
||||||
public DateTime PlayedAt { get; set; }
|
public DateTime PlayedAt { get; set; }
|
||||||
public Context Context { get; set; } = default!;
|
public Context Context { get; set; } = default!;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user