From 0f1fc723396089d37778dc7dce9302b22b517497 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 8 Sep 2021 08:49:24 +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 f00a0d166..fdaf68f5c 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 %}