@jellyfin/sdk
    Preparing search index...

    Interface SessionApiSendSystemCommandRequest

    Request parameters for sendSystemCommand operation in SessionApi.

    SessionApiSendSystemCommandRequest

    interface SessionApiSendSystemCommandRequest {
        command: GeneralCommandType;
        sessionId: string;
    }
    Index

    Properties

    Properties

    The command to send.

    SessionApiSendSystemCommand

    sessionId: string

    The session id.

    SessionApiSendSystemCommand