v2.1
This commit is contained in:
parent
99273fdb42
commit
9379cb59cc
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
scriptVersion="2.0"
|
scriptVersion="2.1"
|
||||||
scriptName="TidalVideoDownloader"
|
scriptName="TidalVideoDownloader"
|
||||||
|
|
||||||
#### Import Settings
|
#### Import Settings
|
||||||
|
@ -9,7 +9,10 @@ source /config/extended/functions
|
||||||
|
|
||||||
|
|
||||||
verifyConfig () {
|
verifyConfig () {
|
||||||
videoContainer=mkv
|
### Import Settings
|
||||||
|
source /config/extended.conf
|
||||||
|
|
||||||
|
videoContainer=mkv
|
||||||
|
|
||||||
if [ "$enableVideo" != "true" ]; then
|
if [ "$enableVideo" != "true" ]; then
|
||||||
log "Script is not enabled, enable by setting enableVideo to \"true\" by modifying the \"/config/extended.conf\" config file..."
|
log "Script is not enabled, enable by setting enableVideo to \"true\" by modifying the \"/config/extended.conf\" config file..."
|
||||||
|
|
Loading…
Reference in a new issue