add playbackReport handler to Subsonic controller

This commit is contained in:
jeffvli
2026-05-25 11:56:00 -07:00
parent 0455d5bfb8
commit 66cfab3b57
2 changed files with 57 additions and 0 deletions
+2
View File
@@ -1365,6 +1365,8 @@ export type ScrobbleQuery = {
albumId?: string;
event?: 'pause' | 'start' | 'timeupdate' | 'unpause';
id: string;
mediaType: 'podcast' | 'song';
playbackRate: number;
position?: number;
submission: boolean;
};