Delete: Song history

This commit is contained in:
2022-04-14 23:25:29 +02:00
parent 55b197f64d
commit cbad29dfd9
10 changed files with 60 additions and 193 deletions

View File

@@ -62,7 +62,7 @@ interface Album {
uri: string
}
interface Item {
export interface Item {
album: Album & { album_group: 'album' | 'single' | 'compilation' | 'appears_on' ; artists: Artist[] }
artists: Artist[]
available_markets: string[]
@@ -82,6 +82,7 @@ interface Item {
type: string
uri: string
is_local: boolean
device: Device
}
export interface PlayerResponse {