1.0.0018 - better log output

pull/6/head
RandomNinjaAtk 2 years ago committed by GitHub
parent f016a2cef7
commit f37557d09d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@ Configuration () {
log ""
sleep 2
log "############# $dockerTitle"
log "############# SCRIPT VERSION 1.0.0017"
log "############# SCRIPT VERSION 1.0.0018"
log "############# DOCKER VERSION $dockerVersion"
if [ -z $topLimit ]; then
@ -213,6 +213,7 @@ DArtistAlbumList () {
if [ -f /config/extended/cache/deezer/$1-albums-temp.json ]; then
rm /config/extended/cache/deezer/$1-albums-temp.json
fi
log ":: $processNumber of $wantedListAlbumTotal :: $lidarrArtistNameSanitized :: $lidarrAlbumTitle :: Creating album list from $albumcount found albums..."
echo "[" >> /config/extended/cache/deezer/$1-albums-temp.json
for id in ${!albumids[@]}; do
albumid="${albumids[$id]}"

Loading…
Cancel
Save