Skip to content

Commit ddb1dc0

Browse files
committed
PlayHistoryItem SimpleTrack --> FullTrack, fixes #591
1 parent df8ee5e commit ddb1dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpotifyAPI.Web/Models/Response/PlayHistoryItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace SpotifyAPI.Web
33
{
44
public class PlayHistoryItem
55
{
6-
public SimpleTrack Track { get; set; } = default!;
6+
public FullTrack Track { get; set; } = default!;
77
public DateTime PlayedAt { get; set; }
88
public Context Context { get; set; } = default!;
99
}

0 commit comments

Comments
 (0)