From 5c7e69e9c1c07288247ccff968ed71fce8c87f6f Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 1 Sep 2022 21:00:14 -0400 Subject: [PATCH] 1.0.244 - Bug fix from debugging... --- root/scripts/audio.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/scripts/audio.sh b/root/scripts/audio.sh index aa04155..0e5194f 100644 --- a/root/scripts/audio.sh +++ b/root/scripts/audio.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -scriptVersion="1.0.243" +scriptVersion="1.0.244" if [ -z "$lidarrUrl" ] || [ -z "$lidarrApiKey" ]; then lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)" if [ "$lidarrUrlBase" = "null" ]; then @@ -15,7 +15,7 @@ agent="lidarr-extended ( https://github.com/RandomNinjaAtk/docker-lidarr-extende musicbrainzMirror=https://musicbrainz.org # Debugging settings -dlClientSource=tidal +#dlClientSource=tidal #topLimit=3 #addDeezerTopArtists=true #addDeezerTopAlbumArtists=true