From c6135304c30c477859925b95b3ede00146aa37be Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Tue, 1 Aug 2023 12:33:28 +0000 Subject: [PATCH] v.3.3 - Increase number of attempts for video data download caching #44 --- lidarr/Video.service.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lidarr/Video.service.bash b/lidarr/Video.service.bash index d02d288..f66fc6a 100644 --- a/lidarr/Video.service.bash +++ b/lidarr/Video.service.bash @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bash -scriptVersion="3.2" +scriptVersion="3.3" scriptName="Video" ### Import Settings @@ -185,7 +185,7 @@ ImvdbCache () { fi fi else - if [ $count = 2 ]; then + if [ $count = 5 ]; then log "${processCount}/${lidarrArtistIdsCount} :: $lidarrArtistName :: IMVDB :: ${imvdbProcessCount}/${artistImvdbVideoUrlsCount} :: Download Failed, skipping..." break fi