From bbe8f4f60ab343edc7cb3d866f03e2bf59fa9bfb Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 23 Nov 2022 08:45:44 -0500 Subject: [PATCH] 1.0.003 - Change searchForMissing -> lidarrSearchForMissing to match readme --- root/scripts/AutoArtistAdder.bash | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/root/scripts/AutoArtistAdder.bash b/root/scripts/AutoArtistAdder.bash index 1e070fa..1038dfc 100644 --- a/root/scripts/AutoArtistAdder.bash +++ b/root/scripts/AutoArtistAdder.bash @@ -1,5 +1,5 @@ #!/usr/bin/env bash -scriptVersion="1.0.002" +scriptVersion="1.0.003" if [ -z "$lidarrUrl" ] || [ -z "$lidarrApiKey" ]; then lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)" if [ "$lidarrUrlBase" == "null" ]; then @@ -22,7 +22,7 @@ musicbrainzMirror=https://musicbrainz.org #topLimit="3" #addRelatedArtists="true" #numberOfRelatedArtistsToAddPerArtist="1" -#searchForMissing=false +#lidarrSearchForMissing=false touch "/config/logs/AutoArtistAdder.txt" @@ -303,8 +303,8 @@ AddTidalArtistToLidarr () { done } -if [ -z $searchForMissing ]; then - searchForMissing=true +if [ -z $lidarrSearchForMissing ]; then + lidarrSearchForMissing=true fi if [ "$addDeezerTopArtists" == "true" ]; then