From 07bc443a666de6ec39fe4fa6e4cc1ca7d1888356 Mon Sep 17 00:00:00 2001 From: David Ball Date: Sat, 15 Jun 2024 19:58:16 -0400 Subject: [PATCH] Added defer attribute to video tags so that it parallel loads. --- views/video-player.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/video-player.ejs b/views/video-player.ejs index 9f79ef45..890e31e8 100644 --- a/views/video-player.ejs +++ b/views/video-player.ejs @@ -40,7 +40,7 @@ <%- h.printReadme({directory}) %> <% }%>

<%= (typeof info.title !== 'undefined') ? info.fulltitle : "" %>

-