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 99273fd commit 9379cb5Copy full SHA for 9379cb5
lidarr/TidalVideoDownloader.bash
@@ -1,5 +1,5 @@
1
#!/usr/bin/with-contenv bash
2
-scriptVersion="2.0"
+scriptVersion="2.1"
3
scriptName="TidalVideoDownloader"
4
5
#### Import Settings
@@ -9,7 +9,10 @@ source /config/extended/functions
9
10
11
verifyConfig () {
12
- videoContainer=mkv
+ ### Import Settings
13
+ source /config/extended.conf
14
+
15
+ videoContainer=mkv
16
17
if [ "$enableVideo" != "true" ]; then
18
log "Script is not enabled, enable by setting enableVideo to \"true\" by modifying the \"/config/extended.conf\" config file..."
0 commit comments