Skip to content

Commit 3b4096a

Browse files
davefedeleschl3ck
authored andcommitted
missing album - switch recently played typing to TrackObjectFull
1 parent 4cfa8a4 commit 3b4096a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typings/spotify-api.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ declare namespace SpotifyApi {
11431143
* [](https://developer.spotify.com/web-api/web-api-personalization-endpoints/get-recently-played/#play-history-object)
11441144
*/
11451145
interface PlayHistoryObject {
1146-
track: TrackObjectSimplified;
1146+
track: TrackObjectFull;
11471147
played_at: string;
11481148
context: ContextObject;
11491149
}

0 commit comments

Comments
 (0)