pull/139/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 6673cd43f7
commit 34dc9f86fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
#!/usr/bin/env bash
scriptVersion="1.0.273"
scriptVersion="1.0.274"
if [ -z "$lidarrUrl" ] || [ -z "$lidarrApiKey" ]; then
lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)"
if [ "$lidarrUrlBase" == "null" ]; then
@ -35,7 +35,7 @@ sleepTimer=0.5
log () {
m_time=`date "+%F %T"`
echo $m_time" :: Extended Audio :: $scriptVersion :: "$1
echo $m_time" :: Audio :: $scriptVersion :: "$1
}
# auto-clean up log file to reduce space usage

Loading…
Cancel
Save