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 8ca0cc8 commit bb3e009Copy full SHA for bb3e009
lidarr/Audio.service.bash
@@ -1,5 +1,5 @@
1
#!/usr/bin/with-contenv bash
2
-scriptVersion="2.47"
+scriptVersion="2.48"
3
scriptName="Audio"
4
5
### Import Settings
@@ -27,6 +27,8 @@ AddDownloadClient () {
27
}
28
29
verifyConfig () {
30
+ ### Import Settings
31
+ source /config/extended.conf
32
if [ "$enableAudio" != "true" ]; then
33
log "Script is not enabled, enable by setting enableAudio to \"true\" by modifying the \"/config/extended.conf\" config file..."
34
log "Sleeping (infinity)"
@@ -1821,7 +1823,7 @@ log "Starting Script...."
1821
1823
for (( ; ; )); do
1822
1824
let i++
1825
logfileSetup
- verifyConfig
1826
+ verifyConfig
1827
getArrAppInfo
1828
verifyApiAccess
1829
AudioProcess
0 commit comments