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 4cfa8a4 commit 3b4096aCopy full SHA for 3b4096a
src/typings/spotify-api.d.ts
@@ -1143,7 +1143,7 @@ declare namespace SpotifyApi {
1143
* [](https://developer.spotify.com/web-api/web-api-personalization-endpoints/get-recently-played/#play-history-object)
1144
*/
1145
interface PlayHistoryObject {
1146
- track: TrackObjectSimplified;
+ track: TrackObjectFull;
1147
played_at: string;
1148
context: ContextObject;
1149
}
0 commit comments