Skip to content

Commit 9379cb5

Browse files
v2.1
1 parent 99273fd commit 9379cb5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lidarr/TidalVideoDownloader.bash

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/with-contenv bash
2-
scriptVersion="2.0"
2+
scriptVersion="2.1"
33
scriptName="TidalVideoDownloader"
44

55
#### Import Settings
@@ -9,7 +9,10 @@ source /config/extended/functions
99

1010

1111
verifyConfig () {
12-
videoContainer=mkv
12+
### Import Settings
13+
source /config/extended.conf
14+
15+
videoContainer=mkv
1316

1417
if [ "$enableVideo" != "true" ]; then
1518
log "Script is not enabled, enable by setting enableVideo to \"true\" by modifying the \"/config/extended.conf\" config file..."

0 commit comments

Comments
 (0)