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

    Type Alias HistoryResource

    type HistoryResource = {
        id?: number;
        albumId?: number;
        artistId?: number;
        trackId?: number;
        sourceTitle?: string | null;
        quality?: Lidarr.QualityModel;
        customFormats?: Lidarr.CustomFormatResource[] | null;
        customFormatScore?: number;
        qualityCutoffNotMet?: boolean;
        date?: string;
        downloadId?: string | null;
        eventType?: Lidarr.EntityHistoryEventType;
        data?: { [key: string]: string | null } | null;
        album?: AlbumResource;
        artist?: ArtistResource;
        track?: TrackResource;
    }
    Index

    Properties

    id?: number
    albumId?: number
    artistId?: number
    trackId?: number
    sourceTitle?: string | null
    customFormats?: Lidarr.CustomFormatResource[] | null
    customFormatScore?: number
    qualityCutoffNotMet?: boolean
    date?: string
    downloadId?: string | null
    data?: { [key: string]: string | null } | null