Merge pull request #161 from ngInit/patch-1

Update Video.service.bash
This commit is contained in:
RandomNinjaAtk
2024-01-12 03:42:35 -05:00
committed by GitHub

View File

@@ -8,7 +8,9 @@ source /config/extended.conf
source /config/extended/functions
verifyConfig () {
videoContainer=mkv
if [ -z "$videoContainer" ]; then
videoContainer="mkv"
fi
if [ "$enableVideo" != "true" ]; then
log "Script is not enabled, enable by setting enableVideo to \"true\" by modifying the \"/config/extended.conf\" config file..."