From db2e809ce19cd06fbf34d5fb4456168ac885b5c4 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 22 Jun 2022 21:04:18 +0000 Subject: [PATCH] v1.0.0051 - bug fix? --- 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 e9b40f4..9d5c28c 100644 --- a/root/scripts/download.sh +++ b/root/scripts/download.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -scriptVersion="1.0.0050" +scriptVersion="1.0.0051" lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)" if [ "$lidarrUrlBase" = "null" ]; then lidarrUrlBase="" @@ -299,7 +299,7 @@ TidalClientSetup () { fi fi - + tidal-dl -o /downloads/lidarr-extended/incomplete DownloadFormat # check for backup token and use it if exists