v2.9 - Bug fix for missing path...

#40
This commit is contained in:
RandomNinjaAtk 2023-07-28 10:38:08 +00:00 committed by GitHub
parent 97d793e73e
commit e0833c7a93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bash
scriptVersion="2.8"
scriptVersion="2.9"
scriptName="Audio"
### Import Settings
@ -334,12 +334,12 @@ TidalClientTest () {
log "TIDAL :: ERROR :: Download failed"
log "TIDAL :: ERROR :: You will need to re-authenticate on next script run..."
log "TIDAL :: ERROR :: Exiting..."
rm -rf "$"/incomplete/*
rm -rf "$audioPath"/incomplete/*
NotifyWebhook "Error" "TIDAL not authenticated but configured"
tidalClientTest="failed"
exit
else
rm -rf "$"/incomplete/*
rm -rf "$audioPath"/incomplete/*
log "TIDAL :: Successfully Verified"
tidalClientTest="success"
fi