Only use tidal if enabled

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

@ -12,7 +12,10 @@ agent="lidarr-extended ( https://github.com/RandomNinjaAtk/docker-lidarr-extende
musicbrainzMirror=https://musicbrainz.org musicbrainzMirror=https://musicbrainz.org
# Debugging Settings # Debugging Settings
sourcePreference=tidal
if [ "$dlClientSource" = "tidal" ] || [ "$dlClientSource" = "both" ]; then
sourcePreference=tidal
fi
log () { log () {
m_time=`date "+%F %T"` m_time=`date "+%F %T"`

Loading…
Cancel
Save