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

    Type Alias ParseResource

    type ParseResource = {
        id?: number;
        title?: string | null;
        parsedAlbumInfo?: ParsedAlbumInfo;
        artist?: ArtistResource;
        albums?: AlbumResource[] | null;
        customFormats?: Lidarr.CustomFormatResource[] | null;
        customFormatScore?: number;
    }
    Index

    Properties

    id?: number
    title?: string | null
    parsedAlbumInfo?: ParsedAlbumInfo
    albums?: AlbumResource[] | null
    customFormats?: Lidarr.CustomFormatResource[] | null
    customFormatScore?: number