v1.1 Bug fix

This commit is contained in:
RandomNinjaAtk 2023-07-08 21:03:48 -04:00 committed by GitHub
parent 9f7af0a636
commit 93efe453fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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