1.0.262 - skip client upgrade

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

@ -1,5 +1,5 @@
#!/usr/bin/env bash
scriptVersion="1.0.261"
scriptVersion="1.0.262"
if [ -z "$lidarrUrl" ] || [ -z "$lidarrApiKey" ]; then
lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)"
if [ "$lidarrUrlBase" == "null" ]; then
@ -831,8 +831,8 @@ DeemixClientSetup () {
rm -rf $downloadPath/incomplete/*
fi
log "DEEZER :: Upgrade deemix to the latest..."
pip install deemix --upgrade &>/dev/null
#log "DEEZER :: Upgrade deemix to the latest..."
#pip install deemix --upgrade &>/dev/null
}

Loading…
Cancel
Save