From e0f8ac3ee40a31e94581482d1e77a91d926a8850 Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Tue, 17 Nov 2020 08:14:21 +0100 Subject: [PATCH] Fix hard-coded url --- app/templates/video.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/video.html b/app/templates/video.html index 663f33e..82e8211 100644 --- a/app/templates/video.html +++ b/app/templates/video.html @@ -57,7 +57,7 @@ preload="none"> {% if config.isInstance %} {% for source in info.formats %} - + {% endfor %} {% endif %}

To view this video please enable JavaScript, and consider upgrading to a web browser that @@ -260,4 +260,4 @@ }); }); -{% endblock %} \ No newline at end of file +{% endblock %}