chore(convert): add debug message

This commit is contained in:
Jérome Eertmans
2023-05-08 19:15:31 +02:00
parent 6da0c36c96
commit 8c38db0989

View File

@ -314,6 +314,8 @@ class RevealJS(Converter):
file = presentation_config.files[slide_config.start_animation]
file = assets_dir / file.name
logger.debug(f"Writing video section with file {file}")
# TODO: document this
# Videos are muted because, otherwise, the first slide never plays correctly.
# This is due to a restriction in playing audio without the user doing anything.