Add /video/id/set_timestamp handler, timestamp in video HTML

This commit is contained in:
Carl Pearson
2025-05-01 05:33:22 -06:00
parent 14adf10c68
commit 010c6bd191
5 changed files with 70 additions and 8 deletions

View File

@@ -106,6 +106,7 @@
</div>
<input type="hidden" id="video-id" value="{{.original.ID}}">
<input type="hidden" id="video-timestamp" value="{{.original.Timestamp}}">
<script src="/static/script/save-media-progress.js"></script>
{{template "footer" .}}