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

    Type Alias BlocklistResource

    type BlocklistResource = {
        id?: number;
        artistId?: number;
        albumIds?: number[] | null;
        sourceTitle?: string | null;
        quality?: Lidarr.QualityModel;
        customFormats?: Lidarr.CustomFormatResource[] | null;
        date?: string;
        protocol?: Lidarr.DownloadProtocol;
        indexer?: string | null;
        message?: string | null;
        artist?: ArtistResource;
    }
    Index

    Properties

    id?: number
    artistId?: number
    albumIds?: number[] | null
    sourceTitle?: string | null
    customFormats?: Lidarr.CustomFormatResource[] | null
    date?: string
    indexer?: string | null
    message?: string | null