remove id player

This commit is contained in:
deflax 2024-01-20 00:45:44 +02:00
parent ad4b8a7215
commit a3757e374d

View file

@ -60,7 +60,7 @@
<body>
<div class="video-container">
<video id="player" playsinline controls>
<video playsinline controls>
<source src="{{ url_for('video_route', file_name=video_file) }}" type="video/mp4">
</video>
</div>