We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754a6d0 commit 0e38188Copy full SHA for 0e38188
lidarr/Video.service.bash
@@ -1,5 +1,5 @@
1
#!/usr/bin/with-contenv bash
2
-scriptVersion="3.7"
+scriptVersion="3.8"
3
scriptName="Video"
4
5
### Import Settings
@@ -679,6 +679,8 @@ VideoProcess () {
679
fi
680
681
mv $videoDownloadPath/incomplete/* "$videoPath/$lidarrArtistFolderNoDisambig"/
682
+ # clean/clear download folder
683
+ rm -rf "$videoDownloadPath"/incomplete/*
684
done
685
686
0 commit comments