From ec7549fa9d134ee0420c5e8cc12d5c2ecd501980 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sun, 9 Jul 2023 11:55:15 -0400 Subject: [PATCH] Update AutoExtras.service --- radarr/AutoExtras.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radarr/AutoExtras.service b/radarr/AutoExtras.service index 6ee4234..327c04f 100644 --- a/radarr/AutoExtras.service +++ b/radarr/AutoExtras.service @@ -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 }