From 8ae48c7941a46030bcf5be2f4962eb2dfe023302 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 4 Jan 2024 11:35:44 +0000 Subject: [PATCH] v2.1 - Missed a spot... for autoArtistAdderMonitored #139 --- lidarr/AutoArtistAdder.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lidarr/AutoArtistAdder.bash b/lidarr/AutoArtistAdder.bash index 0e8a0ab..85fe9d8 100644 --- a/lidarr/AutoArtistAdder.bash +++ b/lidarr/AutoArtistAdder.bash @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bash -scriptVersion="2.0" +scriptVersion="2.1" scriptName="AutoArtistAdder" ### Import Settings @@ -114,7 +114,7 @@ AddDeezerArtistToLidarr () { \"foreignArtistId\": \"$foreignId\", \"qualityProfileId\": $qualityProfileId, \"metadataProfileId\": $metadataProfileId, - \"monitored\":true, + \"monitored\":$autoArtistAdderMonitored, \"monitor\":\"all\", \"rootFolderPath\": \"$path\", \"addOptions\":{\"searchForMissingAlbums\":$lidarrSearchForMissing}