mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 23:02:43 +01:00
added top songs to artist view
This commit is contained in:
@@ -27,6 +27,11 @@ export type GetArtistParams = {
|
||||
id: string
|
||||
}
|
||||
|
||||
export type GetTopSongsParams = {
|
||||
artist: string
|
||||
count?: number
|
||||
}
|
||||
|
||||
//
|
||||
// Album/song lists
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user