From ea664188aa26a55b31c5b789cb4a98e33af7fc99 Mon Sep 17 00:00:00 2001 From: FChannel <=> Date: Tue, 2 Feb 2021 00:51:05 -0800 Subject: turned of preload metadata, might turn on later --- static/ncatalog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/ncatalog.html') diff --git a/static/ncatalog.html b/static/ncatalog.html index b4e6f76..a57e291 100644 --- a/static/ncatalog.html +++ b/static/ncatalog.html @@ -49,7 +49,7 @@ if(getMIMEType({{ (index .Attachment 0).MediaType }}) == "video"){ var video = document.createElement("video") video.controls = 'controls' - video.preload = 'metadata' + video.preload = 'none' video.muted = 'muted' video.src = '{{ (index .Attachment 0).Href }}' video.type = '{{ (index .Attachment 0).MediaType }}' -- cgit v1.2.3