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

    Type Alias MetadataProviderConfigResource

    type MetadataProviderConfigResource = {
        id?: number;
        metadataSource?: string | null;
        writeAudioTags?: Lidarr.WriteAudioTagsType;
        scrubAudioTags?: boolean;
        embedCoverArt?: boolean;
    }
    Index

    Properties

    id?: number
    metadataSource?: string | null
    writeAudioTags?: Lidarr.WriteAudioTagsType
    scrubAudioTags?: boolean
    embedCoverArt?: boolean