From 8f3cc0b8f66ed34df20119425140f331fbcc1485 Mon Sep 17 00:00:00 2001 From: hippoz Date: Fri, 2 Oct 2020 21:19:59 +0300 Subject: [PATCH] temporary attempt at debugging video --- views/file.ejs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/views/file.ejs b/views/file.ejs index 80b924a..28649af 100644 --- a/views/file.ejs +++ b/views/file.ejs @@ -6,10 +6,12 @@ <%= filename %> - - <% if (fileType !== 'file') { %> + <% if (fileType === 'video' || fileType === 'image') { %> + + + <% } %> <% } %>