@jellyfin/sdk
    Preparing search index...

    Interface LibraryTypeOptionsDto

    Library type options dto.

    LibraryTypeOptionsDto

    interface LibraryTypeOptionsDto {
        DefaultImageOptions?: ImageOption[];
        ImageFetchers?: LibraryOptionInfoDto[];
        MetadataFetchers?: LibraryOptionInfoDto[];
        SupportedImageTypes?: ImageType[];
        Type?: null | string;
    }
    Index

    Properties

    DefaultImageOptions?: ImageOption[]

    Gets or sets the default image options.

    LibraryTypeOptionsDto

    ImageFetchers?: LibraryOptionInfoDto[]

    Gets or sets the image fetchers.

    LibraryTypeOptionsDto

    MetadataFetchers?: LibraryOptionInfoDto[]

    Gets or sets the metadata fetchers.

    LibraryTypeOptionsDto

    SupportedImageTypes?: ImageType[]

    Gets or sets the supported image types.

    LibraryTypeOptionsDto

    Type?: null | string

    Gets or sets the type.

    LibraryTypeOptionsDto