Update AutoExtras.service
This commit is contained in:
parent
ec7549fa9d
commit
37d315eb18
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ AutoExtrasProcess () {
|
|||
loopCount=0
|
||||
for id in $(echo $radarrMovieIds); do
|
||||
loopCount=$(( $loopCount + 1 ))
|
||||
log "$loopCount of $radarrMovieTotal :: $id :: Processing with MovieExtras.bash"
|
||||
log "$loopCount of $radarrMovieTotal :: $id :: Processing with Extras.bash"
|
||||
bash /config/extended/Extras.bash "$id" "$cookiesFile"
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue