v1.0.0004 - bugfix

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

@ -28,7 +28,7 @@ Configuration () {
log ""
sleep 2
log "############# $dockerTitle"
log "############# SCRIPT VERSION 1.0.0003"
log "############# SCRIPT VERSION 1.0.0004"
log "############# DOCKER VERSION $dockerVersion"
}
@ -50,6 +50,7 @@ AddDeezerTopTrackArtists () {
getDeezerArtistsIds=($(curl -s https://api.deezer.com/chart/0/tracks | jq -r ".data[].artist.id"))
getDeezerArtistsIdsCount=$(curl -s https://api.deezer.com/chart/0/tracks | jq -r ".data[].artist.id" | wc -l)
description="Top Track Artists"
AddDeezerArtistToLidarr
}
AddDeezerArtistToLidarr () {

Loading…
Cancel
Save