remove FFmpeg from subreddit template

This commit is contained in:
ayaka 2024-06-16 20:02:57 +12:00
parent df8d36c661
commit a12596e1a2

View File

@ -64,10 +64,6 @@
{% call utils::post_in_list(post) %}
{% endif %}
{% endfor %}
{% if prefs.ffmpeg_video_downloads == "on" %}
<script src="/ffmpeg/ffmpeg.js"></script>
<script src="/ffmpeg/ffmpeg-util.js"></script>
{% endif %}
{% if prefs.use_hls == "on" %}
<script src="/hls.min.js"></script>
<script src="/playHLSVideo.js"></script>