Backend now responsed to all correct API calls for video file pages

This commit is contained in:
2025-08-15 20:45:04 -07:00
parent 150d34c38e
commit 1309ab2324
4 changed files with 18 additions and 18 deletions

View File

@@ -7,7 +7,7 @@
<h1 class="title">{{ title }}</h1>
{% if video %}
<video controls>
<source src="/video/{{ video }}" type="{{ kind }}">
<source src="{{ video }}" type="video/{{ kind }}">
</video>
{% else %}
<p>Nothing to see here</p>