mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 23:02:43 +01:00
redid cover art (again...) and impl a ListItem
This commit is contained in:
@@ -99,3 +99,18 @@ export type StreamParams = {
|
||||
format?: string
|
||||
estimateContentLength?: boolean
|
||||
}
|
||||
|
||||
//
|
||||
// Searching
|
||||
//
|
||||
|
||||
export type Search3Params = {
|
||||
query: string
|
||||
artistCount?: number
|
||||
artistOffset?: number
|
||||
albumCount?: number
|
||||
albumOffset?: number
|
||||
songCount?: number
|
||||
songOffset?: number
|
||||
musicFolderId?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user