mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-12-23 23:59:04 -05:00
Fixed long block of text being unnecessary removed from subtitles files
This commit is contained in:
@@ -287,7 +287,7 @@ class SubtitleModifications(object):
|
||||
continue
|
||||
|
||||
line_split = t.split(r"\N")
|
||||
if len(line_split) > 3: # Badly parsed subtitle
|
||||
if len(line_split) > 10: # Badly parsed subtitle
|
||||
logger.error("Skipping %d lines for %s mod", len(line_split), mods)
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user