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 bb3e009 commit 99273fdCopy full SHA for 99273fd
lidarr/Video.service.bash
@@ -1,5 +1,5 @@
1
#!/usr/bin/with-contenv bash
2
-scriptVersion="3.8"
+scriptVersion="3.9"
3
scriptName="Video"
4
5
### Import Settings
@@ -8,6 +8,8 @@ source /config/extended.conf
8
source /config/extended/functions
9
10
verifyConfig () {
11
+ ### Import Settings
12
+ source /config/extended.conf
13
if [ -z "$videoContainer" ]; then
14
videoContainer="mkv"
15
fi
0 commit comments