We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524b51e commit 425c59eCopy full SHA for 425c59e
lidarr/Audio.service.bash
@@ -1,5 +1,5 @@
1
#!/usr/bin/with-contenv bash
2
-scriptVersion="2.23"
+scriptVersion="2.24"
3
scriptName="Audio"
4
5
### Import Settings
@@ -151,7 +151,7 @@ Configuration () {
151
}
152
153
DownloadClientFreyr () {
154
- 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"
155
# Resolve issue 94
156
if [ -d /root/.cache/FreyrCLI ]; then
157
rm -rf /root/.cache/FreyrCLI/*
0 commit comments