@jellyfin/sdk
    Preparing search index...

    Interface PlaystateApiReportPlaybackStartRequest

    Request parameters for reportPlaybackStart operation in PlaystateApi.

    PlaystateApiReportPlaybackStartRequest

    interface PlaystateApiReportPlaybackStartRequest {
        playbackStartInfo?: PlaybackStartInfo;
    }
    Index

    Properties

    playbackStartInfo?: PlaybackStartInfo

    The playback start info.

    PlaystateApiReportPlaybackStart