remove old artistInfo

This commit is contained in:
austinried
2022-03-19 10:14:29 +09:00
parent 521b2abfcd
commit 7e33b0591e
3 changed files with 1 additions and 77 deletions

View File

@@ -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