v1.0.0009 - bugfix for both

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

@ -35,7 +35,7 @@ Configuration () {
log ""
sleep 2
log "############# $dockerTitle"
log "############# SCRIPT VERSION 1.0.0008"
log "############# SCRIPT VERSION 1.0.0009"
log "############# DOCKER VERSION $dockerVersion"
if [ -z $topLimit ]; then
@ -466,6 +466,11 @@ SearchProcess () {
skipDeezer=true
skipTidal=false
fi
if [ "$dlClientSource" = "both" ];then
skipDeezer=false
skipTidal=false
fi
if [ "$skipDeezer" = "false" ]; then
if [ -z "$deezerArtistUrl" ]; then

Loading…
Cancel
Save