From ba2654cc8acbddf3345e55e28114747c2dc49301 Mon Sep 17 00:00:00 2001 From: mb Date: Fri, 17 Jun 2022 12:58:36 +0200 Subject: [PATCH] added "controls" to audio and video tags --- LogBot/template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LogBot/template.html b/LogBot/template.html index b89fe11..356c325 100644 --- a/LogBot/template.html +++ b/LogBot/template.html @@ -21,9 +21,9 @@ {% elif 'application' in db[num]['media']['type'] %} {% elif 'audio' in db[num]['media']['type'] %} - + {% elif 'video' in db[num]['media']['type'] %} - + {% endif %}

{% else %}