mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
invalidate the album query on scrobble submission
This commit is contained in:
@@ -1237,6 +1237,7 @@ export type ScrobbleArgs = BaseEndpointArgs & {
|
||||
};
|
||||
|
||||
export type ScrobbleQuery = {
|
||||
albumId?: string;
|
||||
event?: 'pause' | 'start' | 'timeupdate' | 'unpause';
|
||||
id: string;
|
||||
position?: number;
|
||||
|
||||
Reference in New Issue
Block a user