default require_lan = none #1853

This commit is contained in:
Clinton Hall 2021-10-05 10:46:00 +13:00 committed by GitHub
commit 6101b3474e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,8 +28,8 @@
ffmpeg_path =
# Enable/Disable media file checking using ffprobe.
check_media = 1
# Required Language for media to be deemed valid. Enter 'all' to disregard.
require_lan = all
# Required media audio language for media to be deemed valid. Leave blank to disregard media audio language check.
require_lan =
# Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectories by mistake.
safe_mode = 1
# Turn this on to disable additional extraction attempts for failed downloads. Default = 0 will attempt to extract and verify if media is present.