diff --git a/root/scripts/audio.sh b/root/scripts/audio.sh index 0e5194f..9d28316 100644 --- a/root/scripts/audio.sh +++ b/root/scripts/audio.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -scriptVersion="1.0.244" +scriptVersion="1.0.245" if [ -z "$lidarrUrl" ] || [ -z "$lidarrApiKey" ]; then lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)" if [ "$lidarrUrlBase" = "null" ]; then @@ -345,7 +345,7 @@ TidalClientSetup () { if [ -d /config/extended/cache/tidal ]; then log "TIDAL :: Purging album list cache..." - find /config/extended/cache/tidal -type f -name "*.json" -delete + find /config/extended/cache/tidal -type f -name "*.json" -delete &>/dev/null fi if [ ! -d "$downloadPath/incomplete" ]; then