mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
impl scrobble & scrobble setting
works even in background thanks zustand
This commit is contained in:
@@ -100,6 +100,16 @@ export type StreamParams = {
|
||||
estimateContentLength?: boolean
|
||||
}
|
||||
|
||||
//
|
||||
// Media annotation
|
||||
//
|
||||
|
||||
export type ScrobbleParams = {
|
||||
id: string
|
||||
time?: Date
|
||||
submission?: boolean
|
||||
}
|
||||
|
||||
//
|
||||
// Searching
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user