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

    Type Alias AlbumReleaseResourceWritable

    type AlbumReleaseResourceWritable = {
        id?: number;
        albumId?: number;
        foreignReleaseId?: string | null;
        title?: string | null;
        status?: string | null;
        duration?: number;
        trackCount?: number;
        media?: MediumResource[] | null;
        disambiguation?: string | null;
        country?: string[] | null;
        label?: string[] | null;
        format?: string | null;
        monitored?: boolean;
    }
    Index

    Properties

    id?: number
    albumId?: number
    foreignReleaseId?: string | null
    title?: string | null
    status?: string | null
    duration?: number
    trackCount?: number
    media?: MediumResource[] | null
    disambiguation?: string | null
    country?: string[] | null
    label?: string[] | null
    format?: string | null
    monitored?: boolean