AviatoAviato
DeveloperAPI ReferenceAdapterJellyfinSessionsPlayingProgress

Report periodic progress

POST
/api/adapter/jellyfin/Sessions/Playing/Progress

Updates playback_state.position, updates the active streaming session's position for transcode-server bandwidth tracking, and emits playback.progress so webhooks fire.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/api/adapter/jellyfin/Sessions/Playing/Progress" \  -H "Content-Type: application/json" \  -d '{    "property1": null,    "property2": null  }'
Empty