pull/6/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 2950893f1f
commit 87c4f4d161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@ Configuration () {
log "" log ""
sleep 2 sleep 2
log "############# $dockerTitle" log "############# $dockerTitle"
log "############# SCRIPT VERSION 1.0.0027" log "############# SCRIPT VERSION 1.0.0028"
log "############# DOCKER VERSION $dockerVersion" log "############# DOCKER VERSION $dockerVersion"
if [ -z $topLimit ]; then if [ -z $topLimit ]; then
@ -570,7 +570,7 @@ SearchProcess () {
if [ ! -d /config/extended/cache/deezer ]; then if [ ! -d /config/extended/cache/deezer ]; then
mkdir -p /config/extended/cache/deezer mkdir -p /config/extended/cache/deezer
fi fi
if [ ! -f /config/extended/cache/deezer/$deezeArtistId-albums.json ]; then if [ ! -f "/config/extended/cache/deezer/$deezeArtistId-albums.json" ]; then
DArtistAlbumList "$deezeArtistId" DArtistAlbumList "$deezeArtistId"
fi fi
done done
@ -953,8 +953,7 @@ LidarrTaskStatusCheck () {
Configuration Configuration
if [ "$configureLidarrWithOptimalSettings" = "true" ]; then if [ "$configureLidarrWithOptimalSettings" = "true" ]; then
if [ ! -f /config/extended/logs/autoconfig if [ ! -f /config/extended/logs/autoconfig ]; then
]; then
ConfigureLidarrWithOptimalSettings ConfigureLidarrWithOptimalSettings
else else
log ":: Lidarr previously configured with optimal settings, skipping..." log ":: Lidarr previously configured with optimal settings, skipping..."

Loading…
Cancel
Save