mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 23:02:43 +01:00
impl star/unstar starred state
This commit is contained in:
@@ -110,6 +110,12 @@ export type ScrobbleParams = {
|
||||
submission?: boolean
|
||||
}
|
||||
|
||||
export type StarParams = {
|
||||
id?: string
|
||||
albumId?: string
|
||||
artistId?: string
|
||||
}
|
||||
|
||||
//
|
||||
// Searching
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user