v1.1 Bug fix
This commit is contained in:
parent
9f7af0a636
commit
93efe453fe
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
scriptVersion="1.0"
|
scriptVersion="1.1"
|
||||||
|
|
||||||
|
|
||||||
getArrAppInfo () {
|
getArrAppInfo () {
|
||||||
|
@ -68,7 +68,7 @@ AutoExtrasProcess () {
|
||||||
arrSeriesTitle="$(echo "$arrSeriesData" | jq -r ".title")"
|
arrSeriesTitle="$(echo "$arrSeriesData" | jq -r ".title")"
|
||||||
if [ -d "$arrSeriesPath" ]; then
|
if [ -d "$arrSeriesPath" ]; then
|
||||||
log "$loopCount of $sonarrSeriesTotal :: $id :: $arrSeriesTitle :: Processing with Extras.bash"
|
log "$loopCount of $sonarrSeriesTotal :: $id :: $arrSeriesTitle :: Processing with Extras.bash"
|
||||||
bash /config/extended/scripts/Extras.bash "$id"
|
bash /config/extended/Extras.bash "$id"
|
||||||
else
|
else
|
||||||
log "$loopCount of $sonarrSeriesTotal :: $id :: $arrSeriesTitle :: Series folder does not exist, skipping..."
|
log "$loopCount of $sonarrSeriesTotal :: $id :: $arrSeriesTitle :: Series folder does not exist, skipping..."
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue