1.0.014 - update logging output to correct information

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

@ -1,5 +1,5 @@
#!/usr/bin/env bash
version=1.0.013
version=1.0.014
if [ -z "$lidarrUrl" ] || [ -z "$lidarrApiKey" ]; then
lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)"
if [ "$lidarrUrlBase" == "null" ]; then
@ -141,7 +141,7 @@ ProcessWithBeets () {
MetadataPostProcess () {
# Process item with PlexNotify.bash if plexToken is configured
log "Using MetadataPostProcess.bash to update Plex...."
log "Using MetadataPostProcess.bash to extract embedded lyrics & artwork...."
bash /config/extended/scripts/MetadataPostProcess.bash "$1"
}

Loading…
Cancel
Save