Backend now responsed to all correct API calls for video file pages
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user