mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
added top songs to artist view
This commit is contained in:
@@ -9,12 +9,14 @@ export interface ArtistInfo extends Artist {
|
||||
|
||||
mediumImageUrl?: string
|
||||
largeImageUrl?: string
|
||||
coverArtUris: string[]
|
||||
albumCoverUris: string[]
|
||||
|
||||
topSongs: Song[]
|
||||
}
|
||||
|
||||
export interface ArtistArt {
|
||||
uri?: string
|
||||
coverArtUris: string[]
|
||||
albumCoverUris: string[]
|
||||
}
|
||||
|
||||
export interface AlbumListItem {
|
||||
|
||||
Reference in New Issue
Block a user