We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8ee5e commit ddb1dc0Copy full SHA for ddb1dc0
SpotifyAPI.Web/Models/Response/PlayHistoryItem.cs
@@ -3,7 +3,7 @@ namespace SpotifyAPI.Web
3
{
4
public class PlayHistoryItem
5
6
- public SimpleTrack Track { get; set; } = default!;
+ public FullTrack Track { get; set; } = default!;
7
public DateTime PlayedAt { get; set; }
8
public Context Context { get; set; } = default!;
9
}
0 commit comments