From 425c59e06c17fe006bbfc26cb4ef68c69249fc43 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Tue, 28 Nov 2023 12:45:16 +0000 Subject: [PATCH] 2.24 - Add --no-net-check to Freyr client #124 - Resolves this? --- 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 68a414e..b23ca2f 100644 --- a/lidarr/Audio.service.bash +++ b/lidarr/Audio.service.bash @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bash -scriptVersion="2.23" +scriptVersion="2.24" scriptName="Audio" ### Import Settings @@ -151,7 +151,7 @@ Configuration () { } DownloadClientFreyr () { - freyr --no-bar -d $audioPath/incomplete deezer:album:$1 2>&1 | tee -a "/config/logs/$logFileName" + freyr --no-bar --no-net-check -d $audioPath/incomplete deezer:album:$1 2>&1 | tee -a "/config/logs/$logFileName" # Resolve issue 94 if [ -d /root/.cache/FreyrCLI ]; then rm -rf /root/.cache/FreyrCLI/*