Update video-pp.bash

master
RandomNinjaAtk 1 year ago committed by GitHub
parent 05a40601e2
commit 2d445270e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
export LC_ALL=C.UTF-8
export LANG=C.UTF-8
TITLESHORT="VPP"
scriptVersion=1.0.26
scriptVersion=1.0.27
set -e
set -o pipefail
@ -91,11 +91,6 @@ VideoLanguageCheck () {
done
if [ "$preferredLanguage" == "false" ]; then
if [ ${VIDEO_SMA} = TRUE ]; then
if [ "$smaProcessComplete" == "false" ]; then
return
fi
fi
if [ "$RequireLanguage" == "true" ]; then
log "$count of $fileCount :: ERROR :: No matching languages found in $(($videoAudioTracksCount + $videoSubtitleTracksCount)) Audio/Subtitle tracks"
log "$count of $fileCount :: ERROR :: Disable "

Loading…
Cancel
Save