@jellyfin/sdk
    Preparing search index...

    Interface QuickConnectDto

    The quick connect request body.

    QuickConnectDto

    interface QuickConnectDto {
        Secret: string;
    }
    Index

    Properties

    Properties

    Secret: string

    Gets or sets the quick connect secret.

    QuickConnectDto