remove content type

This commit is contained in:
Roy Olav Purser 2021-05-12 00:36:09 +02:00
parent 0bde426fea
commit c73b1c5274
Signed by: roypur
GPG Key ID: E14D26A036F21656

View File

@ -5,7 +5,7 @@
</head>
<body>
<video class="video-js" data-setup='{}' controls>
<source src="{{ stream }}" type="application/vnd.apple.mpegurl" />
<source src="{{ stream }}" />
</video>
</body>
</html>