From 1588a5721049e2e5f10a71ac9638766fc84994eb Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 15 Jul 2023 11:05:54 -0400 Subject: [PATCH] 1.9 bug fix --- lidarr/Audio.service.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lidarr/Audio.service.bash b/lidarr/Audio.service.bash index 1a7bf3d..1c5561e 100644 --- a/lidarr/Audio.service.bash +++ b/lidarr/Audio.service.bash @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bash -scriptVersion="1.8" +scriptVersion="1.9" scriptName="Audio" log () { @@ -137,7 +137,7 @@ Configuration () { log "Add Deezer Related Artists is disabled (enable by setting addRelatedArtists=true)" fi - log "Download Location: $" + log "Download Location: $downloadPath" log "Output format: $audioFormat"