AviatoAviato
DeveloperAPI ReferenceAdapterJellyfinMediasegmentsItemid

Intro/credit skip markers (empty stub)

GET
/api/adapter/jellyfin/MediaSegments/{itemId}

Stubbed — returns an empty Items array. Aviato does not yet compute intro/credit segments.

Path Parameters

itemId*string

Response Body

application/json

curl -X GET "https://example.com/api/adapter/jellyfin/MediaSegments/string"
{
  "Items": [
    null
  ],
  "TotalRecordCount": 0,
  "StartIndex": 0
}