From 4fcaac45ad706c9daf8b522a1ff71018a5613e7a Mon Sep 17 00:00:00 2001 From: Makario1337 <74052988+Makario1337@users.noreply.github.com> Date: Sat, 10 Dec 2022 16:51:36 +0100 Subject: [PATCH] Update ERA.bash --- root/scripts/ERA.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/root/scripts/ERA.bash b/root/scripts/ERA.bash index c9f799f..e82d8d8 100644 --- a/root/scripts/ERA.bash +++ b/root/scripts/ERA.bash @@ -128,6 +128,7 @@ for artist in ${ERAArtistsList[@]}; do trim=$(echo $line | cut -c 2- | head -c -2) ReleaseName=$(wget -U "$agent" --timeout=0 -q -O - "https://musicbrainz.org/ws/2/release-group/$trim" | grep -o ".*" | sed 's///g' | head -c -9) AddReleaseToLidarr $trim "$artistname" "$ReleaseName" + sleep 1.5 done fi done