diff --git a/root/scripts/download.sh b/root/scripts/download.sh index d36137f..f6955fd 100644 --- a/root/scripts/download.sh +++ b/root/scripts/download.sh @@ -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