@jellyfin/sdk
    Preparing search index...

    Interface AlbumInfoRemoteSearchQuery

    AlbumInfoRemoteSearchQuery

    interface AlbumInfoRemoteSearchQuery {
        IncludeDisabledProviders?: boolean;
        ItemId?: string;
        SearchInfo?: AlbumInfo;
        SearchProviderName?: null | string;
    }
    Index

    Properties

    IncludeDisabledProviders?: boolean

    Gets or sets a value indicating whether disabled providers should be included.

    AlbumInfoRemoteSearchQuery

    ItemId?: string

    AlbumInfoRemoteSearchQuery

    SearchInfo?: AlbumInfo

    AlbumInfoRemoteSearchQuery

    SearchProviderName?: null | string

    Gets or sets the provider name to search within if set.

    AlbumInfoRemoteSearchQuery