AviatoAviato
DeveloperAPI ReferenceAdapterJellyfinSessionsPlaying

Report playback started

POST
/api/adapter/jellyfin/Sessions/Playing

Bridges to Aviato's startSession() + updatePlaybackState(). Records PlaySessionId → Aviato sessionId mapping so /Sessions/Playing/Stopped can end the right session.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

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