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