diff --git a/root/etc/services.d/extended_era/run b/root/etc/services.d/extended_era/run index bdc1940..7b08c9b 100644 --- a/root/etc/services.d/extended_era/run +++ b/root/etc/services.d/extended_era/run @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bash -if [ "$autoStart" = "true" ] && [ ! -z "$lidarrAudiobookRootFolder" ]; then +if [ "$autoStart" = "true" ] && [ "$enableERAScript" = "true" ]; then echo "Waiting for Lidarr to startup..." sleep 2m else diff --git a/root/scripts/artists.json b/root/scripts/artists.json deleted file mode 100644 index 2b2330a..0000000 --- a/root/scripts/artists.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "artists": ["7e84f845-ac16-41fe-9ff8-df12eb32af55"] -} \ No newline at end of file