Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias ImportListBulkResource

    type ImportListBulkResource = {
        ids?: number[] | null;
        tags?: number[] | null;
        applyTags?: Sonarr.ApplyTags;
        enableAutomaticAdd?: boolean | null;
        rootFolderPath?: string | null;
        qualityProfileId?: number | null;
    }
    Index

    Properties

    ids?: number[] | null
    tags?: number[] | null
    applyTags?: Sonarr.ApplyTags
    enableAutomaticAdd?: boolean | null
    rootFolderPath?: string | null
    qualityProfileId?: number | null