feat(Download): adds streaming and local download options
This commit is contained in:
7
templates/torrentio/stream.html.twig
Normal file
7
templates/torrentio/stream.html.twig
Normal 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 %}
|
||||
Reference in New Issue
Block a user