1.0.008 - Minor update, to attempt to cleanup log output

pull/24/head
RandomNinjaAtk 2 years ago committed by GitHub
parent a459d09397
commit c2195e8f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
#!/usr/bin/env bash
scriptVersion="1.0.007"
scriptVersion="1.0.008"
if [ -z "$arrUrl" ] || [ -z "$arrApiKey" ]; then
arrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)"
@ -47,7 +47,7 @@ CleanerProcess () {
continue
else
log "Removing Failed Queue Item ID: $queueId ($arrQueueItemTitle) from Sonarr..."
curl -sX DELETE "$arrUrl/api/v3/queue/$queueId?removeFromClient=true&blocklist=true&apikey=${arrApiKey}"
deleteItem=$(curl -sX DELETE "$arrUrl/api/v3/queue/$queueId?removeFromClient=true&blocklist=true&apikey=${arrApiKey}")
fi
done
fi

Loading…
Cancel
Save