Fix defaults for replace_single_newlines variable

This commit is contained in:
Deniz Şafak
2025-11-28 23:25:02 +03:00
parent 7ee40d6aca
commit 4e678c7e13
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class QueuedItem:
subtitle_mode: str
output_format: str
total_char_count: int
replace_single_newlines: bool = False
replace_single_newlines: bool = True
use_silent_gaps: bool = False
subtitle_speed_method: str = "tts"
save_base_path: str = None