From 9d3e6cbb61788bfabc9f1a762c579cd9b5ce3a98 Mon Sep 17 00:00:00 2001 From: Timothy Farrell Date: Thu, 11 Jun 2026 13:19:39 +0000 Subject: [PATCH] Preserve video settings across page loads --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index e91d623..d708479 100644 --- a/main.py +++ b/main.py @@ -424,7 +424,7 @@ def _render_page( if content_type and content_type.startswith("video"): media_element = ( f'' + f'loop playsinline {data_attrs}>' ) else: media_element = (