Update AutoExtras.service

This commit is contained in:
RandomNinjaAtk 2023-07-09 11:55:15 -04:00 committed by GitHub
parent 49b576463f
commit ec7549fa9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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