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

    Type Alias HistoryResource

    type HistoryResource = {
        id?: number;
        movieId?: number;
        sourceTitle?: string | null;
        languages?: Radarr.Language[] | null;
        quality?: Radarr.QualityModel;
        customFormats?: Radarr.CustomFormatResource[] | null;
        customFormatScore?: number;
        qualityCutoffNotMet?: boolean;
        date?: string;
        downloadId?: string | null;
        eventType?: MovieHistoryEventType;
        data?: { [key: string]: string | null } | null;
        movie?: MovieResource;
    }
    Index

    Properties

    id?: number
    movieId?: number
    sourceTitle?: string | null
    languages?: Radarr.Language[] | null
    customFormats?: Radarr.CustomFormatResource[] | null
    customFormatScore?: number
    qualityCutoffNotMet?: boolean
    date?: string
    downloadId?: string | null
    data?: { [key: string]: string | null } | null