feat(Download): adds streaming and local download options

This commit is contained in:
Brock H Caldwell
2025-11-08 16:26:38 -06:00
parent 7dd40b4525
commit 37e13347b2
9 changed files with 48 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
{% extends 'base.html.twig' %}
{% block title %}Streaming — Torrentio{% endblock %}
{% block body %}
<iframe width="100%" height="100%" src="{{ stream_url }}"></iframe>
{% endblock %}