v.3.3 - Increase number of attempts for video data download caching

#44
This commit is contained in:
RandomNinjaAtk 2023-08-01 12:33:28 +00:00 committed by GitHub
parent 29bb8f404f
commit c6135304c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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