From 81d96a90eb52957ef8590867f054495ed435dbb3 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sun, 19 Jun 2022 21:20:11 -0400 Subject: [PATCH] bugfix... --- root/scripts/download.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/scripts/download.sh b/root/scripts/download.sh index 2dcd743..db27d33 100644 --- a/root/scripts/download.sh +++ b/root/scripts/download.sh @@ -38,7 +38,7 @@ Configuration () { log "" sleep 2 log "############# $dockerTitle" - log "############# SCRIPT VERSION 1.0.0031" + log "############# SCRIPT VERSION 1.0.0032" log "############# DOCKER VERSION $dockerVersion" if [ -z $topLimit ]; then @@ -383,7 +383,7 @@ DownloadProcess () { return fi - if [ audioFormat != native ]; then + if [ $audioFormat != native ]; then log ":: $processNumber of $wantedListAlbumTotal :: $lidarrArtistNameSanitized :: $lidarrAlbumTitle :: Converting Flac Audio to ${audioFormat^^} ${audioBitrate}k" if [ $audioFormat = opus ]; then options="-acodec libopus -ab ${audioBitrate}k -application audio -vbr off"