v3.2 Bug fix, run cache process if no complete log file is found

#44
This commit is contained in:
RandomNinjaAtk 2023-08-01 12:27:56 +00:00 committed by GitHub
parent b702d9e251
commit 29bb8f404f
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.1"
scriptVersion="3.2"
scriptName="Video"
### Import Settings
@ -538,6 +538,8 @@ VideoProcess () {
if [[ $(find "/config/extended/logs/video/complete/$lidarrArtistMusicbrainzId" -mtime +7 -print) ]]; then
ImvdbCache
fi
else
ImvdbCache
fi
else
# Always run cache process if completed log folder does not exist