From 29bb8f404fbec0810713e0a5bde74e462b8d7f46 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Tue, 1 Aug 2023 12:27:56 +0000 Subject: [PATCH] v3.2 Bug fix, run cache process if no complete log file is found #44 --- lidarr/Video.service.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lidarr/Video.service.bash b/lidarr/Video.service.bash index 092d3df..d02d288 100644 --- a/lidarr/Video.service.bash +++ b/lidarr/Video.service.bash @@ -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