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

    Type Alias ArtistEditorResource

    type ArtistEditorResource = {
        artistIds?: number[] | null;
        monitored?: boolean | null;
        monitorNewItems?: Lidarr.NewItemMonitorTypes;
        qualityProfileId?: number | null;
        metadataProfileId?: number | null;
        rootFolderPath?: string | null;
        tags?: number[] | null;
        applyTags?: Lidarr.ApplyTags;
        moveFiles?: boolean;
        deleteFiles?: boolean;
        addImportListExclusion?: boolean;
    }
    Index

    Properties

    artistIds?: number[] | null
    monitored?: boolean | null
    monitorNewItems?: Lidarr.NewItemMonitorTypes
    qualityProfileId?: number | null
    metadataProfileId?: number | null
    rootFolderPath?: string | null
    tags?: number[] | null
    applyTags?: Lidarr.ApplyTags
    moveFiles?: boolean
    deleteFiles?: boolean
    addImportListExclusion?: boolean