Skip to content

Commit

Permalink
chore: add deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri authored Aug 30, 2023
1 parent 3e8a3db commit 047d508
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ declare namespace Spicetify {
playbackId: string;
sessionId: string;
signals?: any[];
/**
* @deprecated Use `item` instead. This will be removed in the future.
*/
track: PlayerTrack;
};
type PlayerContext = {
Expand Down

0 comments on commit 047d508

Please sign in to comment.