From b85a72efea00436b1d6d93a05d97a47aec5f7078 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Tue, 11 Jul 2023 14:10:17 +0000 Subject: [PATCH] v1.0.3 --- lidarr/Audio.service.bash | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lidarr/Audio.service.bash b/lidarr/Audio.service.bash index 22fa62d..b823786 100644 --- a/lidarr/Audio.service.bash +++ b/lidarr/Audio.service.bash @@ -1,5 +1,5 @@ #!/usr/bin/env bash -scriptVersion="1.0.2" +scriptVersion="1.0.3" getArrAppInfo () { @@ -54,6 +54,7 @@ searchSort="album" arlToken="" matchDistance=10 enableBeetsTagging=true +downloadPath=/config/extended/downloads sleepTimer=0.5 tidaldlFail=0 @@ -137,7 +138,7 @@ Configuration () { log "Add Deezer Related Artists is disabled (enable by setting addRelatedArtists=true)" fi - log "Download Location: $downloadPath" + log "Download Location: $" log "Output format: $audioFormat" @@ -1875,9 +1876,6 @@ AudioProcess () { Configuration - # Perform Completed Download Folder Cleanup process - DownloadFolderCleaner - # Perform NotFound Folder Cleanup process NotFoundFolderCleaner