mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-04 05:52:24 +08:00
EmbeddedSubtitles provider: update subtitles checker
This commit is contained in:
parent
3942264d00
commit
654934b5e1
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ def _discard_possible_incomplete_subtitles(streams):
|
|||
|
||||
for stream in streams:
|
||||
# 500 < 1200
|
||||
if not stream.language.forced and stream.tags.frames < max_frames // 2:
|
||||
if not stream.language.forced and stream.tags.frames < max_frames // 3:
|
||||
logger.debug(
|
||||
"Possible bad subtitle found: %s (%s frames - %s frames)",
|
||||
stream,
|
||||
|
|
Loading…
Reference in a new issue