Update spotify connection

This commit is contained in:
2022-01-17 16:51:49 +01:00
parent 9e822ba674
commit f02635b83c
13 changed files with 130 additions and 88 deletions

View File

@@ -11,6 +11,7 @@ export interface SpotifyTrack {
item: {
name: string
type: string
id: string
}
device: {
name: string

View File

@@ -1,6 +1,7 @@
export interface SpotifyToken {
access_token: string
refresh_token: string
expires_in: number
}
interface Device {