Update download.sh

pull/6/head
RandomNinjaAtk 2 years ago committed by GitHub
parent a52a3318ee
commit 0685010ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -173,7 +173,7 @@ DeemixClientSetup () {
else
log "ERROR: arlToken setting invalid, currently set to: $arlToken"
fi
fi
}
GetMissingCutOffList () {
log "Downloading missing list..."
@ -698,6 +698,8 @@ LidarrTaskStatusCheck () {
if [ "$dlClientSource" = "deezer" ] || [ "$dlClientSource" = "both" ]; then
DeemixClientSetup
fi
if [ "$dlClientSource" = "tidal" ] || [ "$dlClientSource" = "both" ]; then
TidalClientSetup
fi

Loading…
Cancel
Save