@jellyfin/sdk
    Preparing search index...

    Interface SessionApiReportPlaybackStartRequest

    Request parameters for reportPlaybackStart operation in SessionApi.

    interface SessionApiReportPlaybackStartRequest {
        playbackStartInfo?: PlaybackStartInfo;
    }
    Index
    playbackStartInfo?: PlaybackStartInfo

    The playback start info.