master
RandomNinjaAtk 2 years ago committed by GitHub
parent 90b41b1a71
commit f5dfc19f41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,7 +61,7 @@ function Main {
fi
# check for video files
if find "$1" -type f -iregex ".*/.*\.\(mkv\|mp4\|avi\)" | read; then
if find "$1" -type f -regex ".*/.*\.\(mkv\|mp4\|avi\)" | read; then
sleep 0.1
else
log "ERROR: No video files found for processing"

Loading…
Cancel
Save