mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
remove old artistInfo
This commit is contained in:
@@ -6,13 +6,6 @@ export interface Artist {
|
||||
coverArt?: string
|
||||
}
|
||||
|
||||
export interface ArtistInfo extends Artist {
|
||||
albums: Album[]
|
||||
smallImageUrl?: string
|
||||
largeImageUrl?: string
|
||||
topSongs: Song[]
|
||||
}
|
||||
|
||||
export interface AlbumListItem {
|
||||
itemType: 'album'
|
||||
id: string
|
||||
|
||||
Reference in New Issue
Block a user