parent
b702d9e251
commit
29bb8f404f
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
scriptVersion="3.1"
|
scriptVersion="3.2"
|
||||||
scriptName="Video"
|
scriptName="Video"
|
||||||
|
|
||||||
### Import Settings
|
### Import Settings
|
||||||
|
@ -538,6 +538,8 @@ VideoProcess () {
|
||||||
if [[ $(find "/config/extended/logs/video/complete/$lidarrArtistMusicbrainzId" -mtime +7 -print) ]]; then
|
if [[ $(find "/config/extended/logs/video/complete/$lidarrArtistMusicbrainzId" -mtime +7 -print) ]]; then
|
||||||
ImvdbCache
|
ImvdbCache
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
|
ImvdbCache
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
# Always run cache process if completed log folder does not exist
|
# Always run cache process if completed log folder does not exist
|
||||||
|
|
Loading…
Reference in a new issue