@jellyfin/sdk
    Preparing search index...

    Interface PlaystateRequest

    PlaystateRequest

    interface PlaystateRequest {
        Command?: PlaystateCommand;
        ControllingUserId?: string | null;
        SeekPositionTicks?: number | null;
    }
    Index

    Properties

    PlaystateRequest

    ControllingUserId?: string | null

    Gets or sets the controlling user identifier.

    PlaystateRequest

    SeekPositionTicks?: number | null

    PlaystateRequest