Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias MediaInfo

    type MediaInfo = {
        id?: number;
        tmdbId?: number;
        tvdbId?: number | null;
        status?: number;
        requests?: MediaRequest[];
        createdAt?: string;
        updatedAt?: string;
    }
    Index

    Properties

    id?: number
    tmdbId?: number
    tvdbId?: number | null
    status?: number

    Availability of the media. 1 = UNKNOWN, 2 = PENDING, 3 = PROCESSING, 4 = PARTIALLY_AVAILABLE, 5 = AVAILABLE, 6 = DELETED

    requests?: MediaRequest[]
    createdAt?: string
    updatedAt?: string