invalidate the album query on scrobble submission

This commit is contained in:
jeffvli
2026-01-16 04:23:57 -08:00
parent fc5024be90
commit 2827b2ae01
3 changed files with 20 additions and 1 deletions
+1
View File
@@ -1237,6 +1237,7 @@ export type ScrobbleArgs = BaseEndpointArgs & {
};
export type ScrobbleQuery = {
albumId?: string;
event?: 'pause' | 'start' | 'timeupdate' | 'unpause';
id: string;
position?: number;