impl scrobble & scrobble setting

works even in background thanks zustand
This commit is contained in:
austinried
2021-08-04 17:59:43 +09:00
parent 706e57aa77
commit efc7e5c799
7 changed files with 106 additions and 13 deletions

View File

@@ -100,6 +100,16 @@ export type StreamParams = {
estimateContentLength?: boolean
}
//
// Media annotation
//
export type ScrobbleParams = {
id: string
time?: Date
submission?: boolean
}
//
// Searching
//