This commit is contained in:
RandomNinjaAtk
2024-08-08 12:59:15 +00:00
committed by GitHub
parent 99273fdb42
commit 9379cb59cc

View File

@@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bash
scriptVersion="2.0"
scriptVersion="2.1"
scriptName="TidalVideoDownloader"
#### Import Settings
@@ -9,7 +9,10 @@ source /config/extended/functions
verifyConfig () {
videoContainer=mkv
### Import Settings
source /config/extended.conf
videoContainer=mkv
if [ "$enableVideo" != "true" ]; then
log "Script is not enabled, enable by setting enableVideo to \"true\" by modifying the \"/config/extended.conf\" config file..."