@jellyfin/sdk
    Preparing search index...

    Interface IgnoreWaitRequestDto

    Class IgnoreWaitRequestDto.

    IgnoreWaitRequestDto

    interface IgnoreWaitRequestDto {
        IgnoreWait?: boolean;
    }
    Index

    Properties

    Properties

    IgnoreWait?: boolean

    Gets or sets a value indicating whether the client should be ignored.

    IgnoreWaitRequestDto