@jellyfin/sdk
    Preparing search index...

    Interface SessionApiReportPlaybackStoppedRequest

    Request parameters for reportPlaybackStopped operation in SessionApi.

    interface SessionApiReportPlaybackStoppedRequest {
        playbackStopInfo?: PlaybackStopInfo;
    }
    Index
    playbackStopInfo?: PlaybackStopInfo

    The playback stop info.