remove commented-out session-protected URL from video pages

This commit is contained in:
Carl Pearson
2024-09-08 05:50:45 -06:00
parent fea1704245
commit 551907d70c

View File

@@ -11,7 +11,6 @@
<h1>Downloaded Video {{.video.Title}}</h1>
<video controls playsinline width="250" preload="metadata">
<!-- <source src="/downloads/video/{{.video.VideoFilename}}" type="video/mp4" /> -->
<source src="{{.tempURL}}" type="video/mp4" />
</video>