@jellyfin/sdk
    Preparing search index...

    Interface RepositoryInfo

    Class RepositoryInfo.

    RepositoryInfo

    interface RepositoryInfo {
        Enabled?: boolean;
        Name?: null | string;
        Url?: null | string;
    }
    Index

    Properties

    Properties

    Enabled?: boolean

    Gets or sets a value indicating whether the repository is enabled.

    RepositoryInfo

    Name?: null | string

    Gets or sets the name.

    RepositoryInfo

    Url?: null | string

    Gets or sets the URL.

    RepositoryInfo