Skip to content

Commit

Permalink
chore(types): update local URI properties (spicetify#2364)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aimarekin authored May 21, 2023
1 parent 915c5d7 commit 6b27ac6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,10 @@ declare namespace Spicetify {
public args?: any;
public category?: string;
public username?: string;
public track?: string;
public artist?: string;
public album?: string;
public duration?: number;
public query?: string;
public country?: string;
public global?: boolean;
Expand Down

0 comments on commit 6b27ac6

Please sign in to comment.