From 16e91f8b55ff846b28b9a8a626d64ed7327f317d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 7 Sep 2021 18:31:58 +0200 Subject: [PATCH] fd --- files/templates/submission_listing.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index b71d159ea..3d0b911dd 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -402,17 +402,17 @@ {% endif %} {% if p.is_video %} -
+
{% elif p.embed_url and "youtu" in p.domain %} -
+
{% elif p.url and "streamable.com/e/" in p.url %} -
+
{% endif %}