Stop tracking AGENTS.md

This commit is contained in:
hbrain 2026-05-24 22:49:03 +00:00
parent 57aa88854b
commit aafd856ecc
3 changed files with 4 additions and 11 deletions

View file

@ -451,7 +451,7 @@ def build_video(
filters.append(f"[{current}]copy[{title_label}]")
caption_label = title_label
caption_size = (subtitle_font_size if title_lines else max(40, height // 18)) + 2
caption_size = subtitle_font_size if title_lines else max(40, height // 18)
for idx, caption in enumerate(captions):
if not caption:
continue