Skip to content

Commit 425c59e

Browse files
2.24 - Add --no-net-check to Freyr client
#124 - Resolves this?
1 parent 524b51e commit 425c59e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lidarr/Audio.service.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/with-contenv bash
2-
scriptVersion="2.23"
2+
scriptVersion="2.24"
33
scriptName="Audio"
44

55
### Import Settings
@@ -151,7 +151,7 @@ Configuration () {
151151
}
152152

153153
DownloadClientFreyr () {
154-
freyr --no-bar -d $audioPath/incomplete deezer:album:$1 2>&1 | tee -a "/config/logs/$logFileName"
154+
freyr --no-bar --no-net-check -d $audioPath/incomplete deezer:album:$1 2>&1 | tee -a "/config/logs/$logFileName"
155155
# Resolve issue 94
156156
if [ -d /root/.cache/FreyrCLI ]; then
157157
rm -rf /root/.cache/FreyrCLI/*

0 commit comments

Comments
 (0)