Support HLS playback in search and user feeds

This commit is contained in:
spikecodes
2021-06-11 17:38:43 -07:00
parent d2002c9027
commit 85deb4947d
4 changed files with 10 additions and 3 deletions

View File

@ -68,6 +68,10 @@
</div>
{% endif %}
{% endfor %}
{% if prefs.use_hls == "on" %}
<script src="/hls.min.js"></script>
<script src="/playHLSVideo.js"></script>
{% endif %}
<footer>
{% if params.before != "" %}