From 5f8abf77965c5c53a5258601db93ac577d723309 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 5 Dec 2021 10:51:11 -0600 Subject: [PATCH] fix --- 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 6a043bd4d..dbb271eba 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -311,12 +311,12 @@ {% if not p.club or v and (v.paid_dues or v.id == p.author_id) %} {% if p.url and p.url.lower().endswith('.mp4') %}
-
{% elif p.embed_url and "youtu" in p.domain %} -
+
{% if 'lite' in p.embed_url %} {{p.embed_url | safe}} {% else %} @@ -325,7 +325,7 @@
{% elif p.url and "streamable.com/e/" in p.url %}
- +
{% endif %} {% endif %}