This commit is contained in:
RandomNinjaAtk
2024-08-08 12:58:53 +00:00
committed by GitHub
parent bb3e0093ee
commit 99273fdb42

View File

@@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bash
scriptVersion="3.8"
scriptVersion="3.9"
scriptName="Video"
### Import Settings
@@ -8,6 +8,8 @@ source /config/extended.conf
source /config/extended/functions
verifyConfig () {
### Import Settings
source /config/extended.conf
if [ -z "$videoContainer" ]; then
videoContainer="mkv"
fi