Adding support for audio again

This commit is contained in:
2026-05-08 08:08:08 +02:00
parent 26d027a44e
commit f0387f24bb
3 changed files with 22 additions and 12 deletions
+1 -1
View File
@@ -2071,7 +2071,7 @@ def _print_render_plan_details(plan, marker_timings, slides: dict) -> None:
print(f" {time_str} [{marker_id}]")
elif marker_id.startswith("audio:"):
aligned_count += 1
print(f" {time_str} [audio:{marker_id[1:]}]")
print(f" {time_str} [{marker_id}]")
else:
aligned_count += 1
print(f' {marker_id:6} {time_str} "{context}"')