Add another TidaldlStatusCheck

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

@ -269,9 +269,10 @@ TidalClientSetup () {
fi fi
if [ ! -f /config/xdg/.tidal-dl.token.json ]; then if [ ! -f /config/xdg/.tidal-dl.token.json ]; then
TidaldlStatusCheck TidaldlStatusCheck
log "TIDAL :: ERROR :: Downgrade tidal-dl for workaround..." log "TIDAL :: ERROR :: Downgrade tidal-dl for workaround..."
pip3 install tidal-dl==2022.3.4.2 pip3 install tidal-dl==2022.3.4.2
TidaldlStatusCheck
log "TIDAL :: ERROR :: Loading client for required authentication, please authenticate, then exit the client..." log "TIDAL :: ERROR :: Loading client for required authentication, please authenticate, then exit the client..."
tidal-dl tidal-dl
fi fi

Loading…
Cancel
Save