add OS reportPlayback endpoint and types

This commit is contained in:
jeffvli
2026-05-25 11:43:50 -07:00
parent 3122f4121e
commit 112449576e
2 changed files with 22 additions and 0 deletions
@@ -289,6 +289,14 @@ export const contract = c.router({
200: ssType._response.removeFavorite,
},
},
reportPlayback: {
method: 'GET',
path: 'reportPlayback.view',
query: ssType._parameters.reportPlayback,
responses: {
200: ssType._response.reportPlayback,
},
},
savePlayQueue: {
method: 'GET',
path: 'savePlayQueue.view',