From 29f82028f014899e6ab0cd622f3246fc7e2cf430 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Tue, 12 Jul 2022 20:22:30 +0000 Subject: [PATCH] v1.0.159 - bug fix for copypasta --- root/scripts/download.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/scripts/download.sh b/root/scripts/download.sh index 33efa28..40008bb 100644 --- a/root/scripts/download.sh +++ b/root/scripts/download.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -scriptVersion="1.0.158" +scriptVersion="1.0.159" lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)" if [ "$lidarrUrlBase" = "null" ]; then lidarrUrlBase="" @@ -1542,7 +1542,7 @@ ArtistDeezerSearch () { fi # String Character Count test, quicker than the levenshtein method to allow faster processing - characterMath=$(( ${#tidalAlbumTitleClean} - ${#lidarrAlbumReleaseTitleClean} )) + characterMath=$(( ${#deezerAlbumTitleClean} - ${#lidarrAlbumReleaseTitleClean} )) if [ $characterMath -gt 5 ]; then continue elif [ $characterMath -lt 0 ]; then