Skip to content

Commit 99273fd

Browse files
v3.9
1 parent bb3e009 commit 99273fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lidarr/Video.service.bash

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/with-contenv bash
2-
scriptVersion="3.8"
2+
scriptVersion="3.9"
33
scriptName="Video"
44

55
### Import Settings
@@ -8,6 +8,8 @@ source /config/extended.conf
88
source /config/extended/functions
99

1010
verifyConfig () {
11+
### Import Settings
12+
source /config/extended.conf
1113
if [ -z "$videoContainer" ]; then
1214
videoContainer="mkv"
1315
fi

0 commit comments

Comments
 (0)