Skip to content

Commit

Permalink
Merge pull request #304 from adamint/dev
Browse files Browse the repository at this point in the history
update playhistory to take Track
  • Loading branch information
adamint authored Dec 28, 2021
2 parents 29f5ca8 + b9313ca commit ea2e3c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public data class SpotifyContext(
*/
@Serializable
public data class PlayHistory(
val track: SimpleTrack,
val track: Track,
@SerialName("played_at") val playedAt: String,
val context: SpotifyContext? = null
)
Expand Down

0 comments on commit ea2e3c1

Please sign in to comment.