This commit is contained in:
RandomNinjaAtk 2024-08-08 12:59:15 +00:00 committed by GitHub
parent 99273fdb42
commit 9379cb59cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bash
scriptVersion="2.0"
scriptVersion="2.1"
scriptName="TidalVideoDownloader"
#### Import Settings
@ -9,6 +9,9 @@ source /config/extended/functions
verifyConfig () {
### Import Settings
source /config/extended.conf
videoContainer=mkv
if [ "$enableVideo" != "true" ]; then