From 405962b6f6489967c97afa8c27cdaf1df9337c28 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 5 Dec 2021 10:50:23 -0600 Subject: [PATCH] fix --- files/templates/submission_listing.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 406e7fea8..6a043bd4d 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -316,8 +316,12 @@ {% elif p.embed_url and "youtu" in p.domain %} -
- +
+ {% if 'lite' in p.embed_url %} + {{p.embed_url | safe}} + {% else %} + + {% endif %}
{% elif p.url and "streamable.com/e/" in p.url %}