@ -50,7 +52,7 @@ if [ ! -f /config/xdg/.tidal-dl.token.json ]; then
log "TIDAL :: ERROR :: Loading client for required authentication, please authenticate, then exit the client..."
tidal-dl
fi
}
DownloadProcess (){
downloadedAlbumTitleClean="$(echo"$downloadedAlbumTitle"| sed -e "s%[^[:alpha:][:digit:]._' ]% %g" -e "s/ */ /g"| sed 's/^[.]*//'| sed 's/[.]*$//g'| sed 's/^ *//g'| sed 's/ *$//g')"