v.3.3 - Increase number of attempts for video data download caching
#44
This commit is contained in:
parent
29bb8f404f
commit
c6135304c3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue