From 93efe453fe6d63755ad395d8864823b3b61c6ea7 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 8 Jul 2023 21:03:48 -0400 Subject: [PATCH] v1.1 Bug fix --- sonarr/AutoExtras.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonarr/AutoExtras.service b/sonarr/AutoExtras.service index 75a95ba..5597166 100644 --- a/sonarr/AutoExtras.service +++ b/sonarr/AutoExtras.service @@ -1,5 +1,5 @@ #!/usr/bin/env bash -scriptVersion="1.0" +scriptVersion="1.1" getArrAppInfo () { @@ -68,7 +68,7 @@ AutoExtrasProcess () { arrSeriesTitle="$(echo "$arrSeriesData" | jq -r ".title")" if [ -d "$arrSeriesPath" ]; then log "$loopCount of $sonarrSeriesTotal :: $id :: $arrSeriesTitle :: Processing with Extras.bash" - bash /config/extended/scripts/Extras.bash "$id" + bash /config/extended/Extras.bash "$id" else log "$loopCount of $sonarrSeriesTotal :: $id :: $arrSeriesTitle :: Series folder does not exist, skipping..." continue