Skip to content

Commit

Permalink
PlayHistoryItem SimpleTrack --> FullTrack, fixes #591
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyCrazy committed Apr 15, 2021
1 parent df8ee5e commit ddb1dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpotifyAPI.Web/Models/Response/PlayHistoryItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace SpotifyAPI.Web
{
public class PlayHistoryItem
{
public SimpleTrack Track { get; set; } = default!;
public FullTrack Track { get; set; } = default!;
public DateTime PlayedAt { get; set; }
public Context Context { get; set; } = default!;
}
Expand Down

0 comments on commit ddb1dc0

Please sign in to comment.