|
|
@ -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
|
|
|
|