From c62dbb46f41d192d5ed4f2c8db5dc48cc30824cb Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 28 Jul 2022 20:36:34 -0400 Subject: [PATCH] Add another TidaldlStatusCheck --- root/scripts/video.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/root/scripts/video.sh b/root/scripts/video.sh index e90af4a..f6f7926 100644 --- a/root/scripts/video.sh +++ b/root/scripts/video.sh @@ -269,9 +269,10 @@ TidalClientSetup () { fi if [ ! -f /config/xdg/.tidal-dl.token.json ]; then - TidaldlStatusCheck + TidaldlStatusCheck log "TIDAL :: ERROR :: Downgrade tidal-dl for workaround..." pip3 install tidal-dl==2022.3.4.2 + TidaldlStatusCheck log "TIDAL :: ERROR :: Loading client for required authentication, please authenticate, then exit the client..." tidal-dl fi