From 99273fdb4214960c2193dd10ddf1e5bbb0bec9a9 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 8 Aug 2024 12:58:53 +0000 Subject: [PATCH] v3.9 --- 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 bd19445..79a3e59 100644 --- a/lidarr/Video.service.bash +++ b/lidarr/Video.service.bash @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bash -scriptVersion="3.8" +scriptVersion="3.9" scriptName="Video" ### Import Settings @@ -8,6 +8,8 @@ source /config/extended.conf source /config/extended/functions verifyConfig () { + ### Import Settings + source /config/extended.conf if [ -z "$videoContainer" ]; then videoContainer="mkv" fi